Gets a pseudo object used to contain all of the drawing methods.
'Declaration
Public ReadOnly Property Draw As Draw
'Usage
Dim instance As PrintJob
Dim value As Draw
value = instance.Draw
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.