PrintManager.PaperHeight Property
Parent Object: PrintManagerDescription
Gets/Sets the height of the paper to be printed (max value is 327.67cm). Setting this, sets PaperSize to kPaperSizeCustom.
Syntax
PrintManager.PaperHeight() As DoubleProperty Value
This is a read/write property whose value is a Double.Samples
Name | Description |
Printing - Part or Assembly | This sample demonstrates how to print a Part or Assembly document. |