Accusoft.PrintPro8.Net
Draw Property




Gets a pseudo object used to contain all of the drawing methods.
Syntax
'Declaration
 
Public ReadOnly Property Draw As Draw
'Usage
 
Dim instance As PrintJob
Dim value As Draw
 
value = instance.Draw
public Draw Draw {get;}
public: __property Draw* get_Draw();
public:
property Draw^ Draw {
   Draw^ get();
}

Property Value

A Draw object which contains all the drawing methods for the print job.
See Also

Reference

PrintJob Class
PrintJob Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback