Enum PrintPageOrientationValue

PrintPageOrientationValue enumeration

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

public enum PrintPageOrientationValue

Values

NameValueDescription
SameAsPrinter0Same as printer.
Portrait1Portrait.
Landscape2Landscape.
Undefined-2147483648Undefined.

See Also