ActionScript 3.0 Language and Components Reference | All Packages | All Classes | Language Elements | Index | Appendixes | Conventions | Frames | ![]() |
PrintJobOrientation | Properties | Methods | Constants | |
Package | flash.printing |
Class | public final class PrintJobOrientation |
Inheritance | PrintJobOrientation ![]() |
PrintJob.orientation
property for the image position of a printed page.
See also
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 |
LANDSCAPE | Constant |
public static const LANDSCAPE:String = "landscape"
The landscape (horizontal) image orientation for printing.
This constant is used with the PrintJob.orientation
property.
Use the syntax PrintJobOrientation.LANDSCAPE
.
See also
PORTRAIT | Constant |
public static const PORTRAIT:String = "portrait"
The portrait (vertical) image orientation for printing.
This constant is used with the PrintJob.orientation
property.
Use the syntax PrintJobOrientation.PORTRAIT
.
See also