This class provides values that are used by the PrintJob.orientation property for the image position of a printed page.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyLANDSCAPE:PrintJobOrientation = 0

The landscape (horizontal) image orientation for printing. This constant is used with the PrintJob.orientation property. Use the syntax PrintJobOrientation.LANDSCAPE.

@:value(cast 1)@:impl@:enuminlineread onlyPORTRAIT:PrintJobOrientation = 1

The portrait (vertical) image orientation for printing. This constant is used with the PrintJob.orientation property. Use the syntax PrintJobOrientation.PORTRAIT.