Document.PrintScale Property
Visio Automation Reference |
Gets or sets how much drawings are reduced or enlarged when printed. Read/write.
Version Information
Version Added: Visio 4.0
Syntax
expression.PrintScale
expression A variable that represents a Document object.
Return Value
Double
Remarks
The PrintScale property corresponds to the Adjust to setting on the Print Setup tab in the Page Setup dialog box (click Page Setup on the File menu). To print a drawing at half its size, specify 0.5. To print a drawing at twice its size, specify 2.0.
See Also