PrintPageOrientationValue

PrintPageOrientationValue enumeration

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

public enum PrintPageOrientationValue

Values

Name Value Description
SameAsPrinter 0 Same as printer.
Portrait 1 Portrait.
Landscape 2 Landscape.
Undefined -2147483648 Undefined.

See Also