PrintPageEventArgs.PageBounds 属性

定义

获取表示页面全部区域的矩形区域。

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

属性值

表示页面全部区域的矩形区域。

注解

注意

大多数打印机无法在页面边缘打印。

适用于

另请参阅