PrintManager.PaperSize Property
Parent Object: PrintManagerDescription
Gets/Sets the size of the paper to be printed. Defaults to the printer's default.
Syntax
PrintManager.PaperSize() As PaperSizeEnumProperty Value
This is a read/write property whose value is a PaperSizeEnum.Samples
Name | Description |
Printing - Part or Assembly | This sample demonstrates how to print a Part or Assembly document. |