PrintPagesDown property

Microsoft Visio Developer Reference

PrintPagesDown property

   Example   

Indicates the number of sheets of paper on which a drawing is printed vertically.

Version added

4.0

Syntax

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.

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