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.MarginBounds

Gets the rectangular area that represents the page between the margins.

[Visual Basic]
Public ReadOnly Property MarginBounds As Rectangle
[C#]
public Rectangle MarginBounds {get;}
[C++]
public: __property Rectangle get_MarginBounds();
[JScript]
public function get MarginBounds() : Rectangle;

Property Value

The rectangular area that represents the page between the margins.

See Also

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