PrintPageOrientationValue enumeration

PrintPageOrientationValue enumeration

Determines whether the page is printed in portrait or landscape orientation.

The PrintPageOrientationValue type exposes the following members:

Fields

Field Description
SAME_AS_PRINTER Same as printer.
PORTRAIT Portrait.
LANDSCAPE Landscape.
UNDEFINED Undefined.

See Also