Language version: | ActionScript 3.0 |
This class provides values that are used by the
PrintJob.orientation
property for the image position of a printed page.
public static const LANDSCAPE:String = "landscape"
Language version: | ActionScript 3.0 |
The landscape (horizontal) image orientation for printing.
This constant is used with the PrintJob.orientation
property.
Use the syntax PrintJobOrientation.LANDSCAPE
.
See also
public static const PORTRAIT:String = "portrait"
Language version: | ActionScript 3.0 |
The portrait (vertical) image orientation for printing.
This constant is used with the PrintJob.orientation
property.
Use the syntax PrintJobOrientation.PORTRAIT
.
See also
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00