Document.PrintManager Property
Parent Object: DocumentDescription
Property that returns the PrintManager, or when called from a DrawingDocument it returns a DrawingPrintManager object.
Syntax
Document.PrintManager() As PrintManagerProperty Value
This is a read only property whose value is a PrintManager.Samples
Name | Description |
Printing - Part or Assembly | This sample demonstrates how to print a Part or Assembly document. |