Document.PrintPagesDown Property
Visio Automation Reference |
Gets or sets the number of sheets of paper on which a drawing is printed vertically. Read/write.
Version Information
Version Added: Visio 4.0
Syntax
expression.PrintPagesDown
expression A variable that represents a Document object.
Return Value
Integer
Remarks
You must set the value of the PrintFitOnPages property to True to use the PrintPagesDown property. If the value of the PrintFitOnPages property is False, Microsoft Office Visio ignores the PrintPagesDown property.
The PrintPagesDown property corresponds to the Fit to by sheets down setting in the Page Setup dialog box (click Page Setup on the File menu).
See Also