ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventArgs Class / Graphics Property

In This Topic
Graphics Property (PrintPageEventArgs)
In This Topic
Gets the System.Drawing.Graphics used to paint the page.
Syntax
'Declaration
 
Public ReadOnly Property Graphics As Object
 

Property Value

The System.Drawing.Graphics used to paint the page.
See Also