PrintCenteredV property

Microsoft Visio Developer Reference

PrintCenteredV property

   Example   

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

Version added

4.0

Syntax

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.

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