Prints the document.
Syntax
Sub PrintDrawing([nCopies = 1])
Where:
nCopies is the number of copies to be printed (default = 1).
PrintPreview method
Previews a document with the current print settings.
Syntax
Sub PrintPreview()
PurgeAll method
Purges the document of all unused table objects.
Syntax
Sub PurgeAll()
Comments