| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
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 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
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 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
The portrait (vertical) image orientation for printing.
This constant is used with the PrintJob.orientation property.
Use the syntax PrintJobOrientation.PORTRAIT.
See also
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00