Accusoft.PrintPro8.Net
GetGraphics Method (PrintJob)




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

Return Value

A System.Drawing.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

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback