|
ScaleMode
The ScaleMode used for the Document. All measurements use this Scale. The Scale can be one of: Twips, Inches, Millimetres or
Centimetres. qPrinter² will return measurements from the document in the chosen mode.
Syntax Object.ScaleMode
Return Value qePrinterScale
Notes The example sets the ScaleMode of the Document to Inches and sets the Left and Right Margins to 1 inch.
Example qPrint.Document.ScaleMode = eInch
qPrint.Document.MarginLeft = 1
qPrint.Document.MarginRight = 1
See Also: MarginLeft, MarginRight, MarginTop, MarginBottom, AvailableHeight, AvailableWidth
|