包 | flash.printing |
类 | public final class PrintJobOrientation |
继承 | PrintJobOrientation Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
PrintJob.orientation
属性所使用的值。
另请参见
常量 | 定义方 | ||
---|---|---|---|
LANDSCAPE : String = "landscape" [静态] 横向(水平)的图像打印方向。 | PrintJobOrientation | ||
PORTRAIT : String = "portrait" [静态] 纵向(垂直)的图像打印方向。 | PrintJobOrientation |
LANDSCAPE | 常量 |
public static const LANDSCAPE:String = "landscape"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
横向(水平)的图像打印方向。此常数用于 PrintJob.orientation
属性。使用语法 PrintJobOrientation.LANDSCAPE
。
另请参见
PORTRAIT | 常量 |
public static const PORTRAIT:String = "portrait"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
纵向(垂直)的图像打印方向。此常数用于 PrintJob.orientation
属性。使用语法 PrintJobOrientation.PORTRAIT
。
另请参见