Gets the rectangular area that represents the total area of the page.
[Visual Basic] Public ReadOnly Property PageBounds As Rectangle [C#] public Rectangle PageBounds {get;} [C++] public: __property Rectangle get_PageBounds(); [JScript] public function get PageBounds() : Rectangle;
The rectangular area that represents the total area of the page.
Note Most printers cannot print at the very edge of the page.
PrintPageEventArgs Class | PrintPageEventArgs Members | System.Drawing.Printing Namespace | Rectangle