Accusoft.PrintPro8.Net
GetGraphics Method (PrintPreviewJob)




Returns a graphics object to the current page.
Syntax
'Declaration
 
Public Overrides Function GetGraphics() As Graphics
'Usage
 
Dim instance As PrintPreviewJob
Dim value As Graphics
 
value = instance.GetGraphics()
public override Graphics GetGraphics()
public: Graphics* GetGraphics(); override 
public:
Graphics^ GetGraphics(); override 

Return Value

A graphics object for the current page. You must call Dispose to release resources when drawing has finished.
Remarks

This allows for using native .NET drawing methods to print to the page.

See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback