Returns a graphics object to the current page.
'Declaration
Public Overridable Function GetGraphics() As Graphics
'Usage
Dim instance As PrintJob
Dim value As Graphics
value = instance.GetGraphics()
Return Value
A
System.Drawing.Graphics object for the current page. You must call Dispose to release resources when drawing has finished.