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