Package | flash.printing |
Class | public final class PrintJobOrientation |
Inheritance | PrintJobOrientation Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9 |
PrintJob.orientation
property for the image position of a printed page.
More examples
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LANDSCAPE : String = "landscape" [static]
The landscape (horizontal) image orientation for printing. | PrintJobOrientation | ||
PORTRAIT : String = "portrait" [static]
The portrait (vertical) image orientation for printing. | PrintJobOrientation |
Constant Detail
LANDSCAPE | Constant |
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
.
Related API Elements
PORTRAIT | Constant |
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
.
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00