PrintPageEventArgs.PageBounds 属性

定义

获取表示页面全部区域的矩形区域。Gets the rectangular area that represents the total area of the page.

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

属性值

Rectangle

表示页面全部区域的矩形区域。The rectangular area that represents the total area of the page.

注解

备注

大多数打印机无法在页面边缘上打印。Most printers cannot print at the very edge of the page.

适用于

另请参阅