DrawingPrintManager.Printer Property
Parent Object: DrawingPrintManagerDescription
Gets/Sets the name of the printer. This is the printer's identifier. Defaults to default printer for this machine.
Syntax
DrawingPrintManager.Printer() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Printing - All Sheets in Drawing | This sample demonstrates how to print all sheets in a drawing document and set some of the DrawingPrintManager properties. |
Printing - Drawing Print | This sample demonstrates how to print a drawing, setting specifics such as sheet range. |