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

Gets the Graphics used to paint the item.

[Visual Basic]
Public ReadOnly Property Graphics As Graphics
[C#]
public Graphics Graphics {get;}
[C++]
public: __property Graphics* get_Graphics();
[JScript]
public function get Graphics() : Graphics;

Property Value

The Graphics used to paint the item.

See Also

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