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

属性值

RectangleF 表示打印机可在其中打印的区域的长度和宽度(以百分之一英寸为单位)。

注解

无论页面方向是横向还是纵向,属性 PrintableArea 都返回正确的值。

可以使用此属性在页边距之外打印,但在可打印区域内打印。

适用于