DrawingPrintManager.PaperWidth Property
Parent Object: DrawingPrintManagerDescription
Gets/Sets the width of the paper to be printed (max value is 327.67cm). Setting this, sets PaperSize to kPaperSizeCustom.
Syntax
DrawingPrintManager.PaperWidth() As DoubleProperty Value
This is a read/write property whose value is a Double.Samples
Name | Description |
Printing - Drawing Print | This sample demonstrates how to print a drawing, setting specifics such as sheet range. |