Share via


PrintPagesDown Property [Visio 2003 SDK Documentation]

Gets or sets the number of sheets of paper on which a drawing is printed vertically.

intRet = object.PrintPagesDown

object.PrintPagesDown = newValue

intRet   Integer. The number of sheets on which drawings are printed vertically.

object   Required. An expression that returns a Document object.

newValue   Required Integer. The number of sheets on which to print drawings vertically.

Version added

4.0

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).

Applies to | Document object

See Also | PrintFitOnPages property | PrintPagesAcross property