PageSettings.PrintableArea プロパティ

定義

プリンターのページの印刷可能領域の範囲を取得します。

public:
 property System::Drawing::RectangleF PrintableArea { System::Drawing::RectangleF get(); };
public System.Drawing.RectangleF PrintableArea { get; }
member this.PrintableArea : System.Drawing.RectangleF
Public ReadOnly Property PrintableArea As RectangleF

プロパティ値

プリンターが印刷できる領域の長さと幅 (1/100 インチ単位) を表す RectangleF

注釈

プロパティは PrintableArea 、ページの向きが横または縦のどちらであるかに関係なく、正しい値を返します。

このプロパティを使用すると、ページの余白の外側ではなく、印刷可能な領域内に印刷できます。

適用対象