Graphics Property (PrintPageEventArgs)
In This Topic
Gets the
System.Drawing.Graphics used to paint the page.
Syntax
'Declaration
Public ReadOnly Property Graphics As Object
public object Graphics {get;}
Property Value
The
System.Drawing.Graphics used to paint the page.
See Also