PrintCapabilities.PageImageableArea プロパティ

定義

プリンターで使用できるページの領域を表すオブジェクトを取得します。

public:
 property System::Printing::PageImageableArea ^ PageImageableArea { System::Printing::PageImageableArea ^ get(); };
public System.Printing.PageImageableArea PageImageableArea { get; }
member this.PageImageableArea : System.Printing.PageImageableArea
Public ReadOnly Property PageImageableArea As PageImageableArea

プロパティ値

イメージ可能領域の左上隅の距離をピクセル単位 (1/96 インチ単位) で指定する PageImageableArea オブジェクト。 垂直方向の距離は用紙の上端から測定され、水平方向の距離は左端から測定されます。 戻り値は、イメージ可能領域の幅と高さも指定します。 プリンター ドライバーがイメージ可能領域を報告しない場合、このプロパティは null です。

注釈

ほとんどのレーザープリンターとインクジェットプリンターは、用紙を移動するプリンターの部分にトナーが乗らないように、ページの端の周りに印刷されていない余白を許可する必要があります。 ただし、多くの写真プリンターでは、ページ全体を使用して画像を印刷できます。

適用対象