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