PrintCenteredV Property [Visio 2003 SDK Documentation]

Indicates whether drawings are centered between the top and bottom edges of the paper when printed.

boolRet = object**.PrintCenteredV**

object**.PrintCenteredV** = boolValue

boolRet     Boolean. True if the document will center drawings vertically when printing; otherwise, False.

object     Required. An expression that returns a Document object.

boolValue     Required Boolean. True to center drawings vertically; otherwise, False.

Version added

4.0

Remarks

The PrintCenteredV property corresponds to the Center vertically check box in the Print Setup dialog box (click Page Setup on the File menu, and then click Setup on the Print Setup tab).

Applies to | Document object

See Also | PrintCenteredH property