Document.PrintFitOnPages Property
Visio Automation Reference |
Indicates whether drawings in a document are printed on a specified number of sheets across and down. Read/write.
Version Information
Version Added: Visio 4.0
Syntax
expression.PrintFitOnPages
expression A variable that represents a Document object.
Return Value
Boolean
Remarks
The PrintFitOnPages property corresponds to the Fit to settings in the Page Setup dialog box (click Page Setup on the File menu). If this property is True, Microsoft Office Visio prints the document's drawings on the number of sheets specified by the PrintPagesAcross and PrintPagesDown properties.
See Also