NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintPageEventArgs.PageBounds

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;

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.

See Also

PrintPageEventArgs Class | PrintPageEventArgs Members | System.Drawing.Printing Namespace | Rectangle