包 | flash.printing |
类 | public final class PrintMethod |
继承 | PrintMethod Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 2 |
PrintJobOptions.printMethod
属性提供值以指定打印页面的方法。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
AUTO : String = "auto" [静态]
对最佳打印方法的自动选择。 | PrintMethod | ||
BITMAP : String = "bitmap" [静态]
位图打印方法。 | PrintMethod | ||
VECTOR : String = "vector" [静态]
矢量打印方法。 | PrintMethod |
常量详细信息
AUTO | 常量 |
public static const AUTO:String = "auto"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 2 |
对最佳打印方法的自动选择。此值表示根据要打印的内容自动选择矢量打印或位图打印。只要内容可由该方法忠实地复制,即使用矢量打印。如果存在透明效果或某些其他效果,将使用位图打印。
此常量与 PrintJobOptions.printMethod
属性一起使用。使用语法 PrintMethod.AUTO
。
相关 API 元素
BITMAP | 常量 |
public static const BITMAP:String = "bitmap"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 2 |
位图打印方法。
此常量与 PrintJobOptions.printMethod
属性一起使用。使用语法 PrintMethod.BITMAP
。
相关 API 元素
VECTOR | 常量 |
public static const VECTOR:String = "vector"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 2 |
矢量打印方法。
此常量与 PrintJobOptions.printMethod
属性一起使用。使用语法 PrintMethod.VECTOR
。
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z