PrintCenteredV property

PrintCenteredV property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

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