Printer.PaperOrientation Property

Publisher Developer Reference

Gets or sets page orientation (landscape or portrait) for the printer. Read/write.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.PaperOrientation

expression   A variable that represents a Printer object.

Return Value
PbOrientationType

Remarks

Possible values for PaperOrientation are pbOrientationLandscape (2) and pbOrientationPortrait (1).

The PaperOrientation property setting corresponds to the Orientation setting on the Publication and Paper Settings tab of the Print Setup dialog box (File menu) in the Microsoft Office Publisher user interface.

See Also