PrintPageEventArgs.PageBounds Property

Definition

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

Property Value

The rectangular area that represents the total area of the page.

Remarks

Note

Most printers cannot print at the very edge of the page.

Applies to

See also