Gets a pseudo object used to contain all of the drawing methods.
public: __property Draw* get_Draw();
'Declaration
Public ReadOnly Property Draw As Draw
'Usage
Dim instance As PrintJob
Dim value As Draw
value = instance.Draw
Property Value
A
Draw object which contains all the drawing methods for the print job.