| 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
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Nov 10 2008, 10:22 AM -05:00