| 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. 
Fri Aug 14 2009, 04:09 PM +05:30