| 套件 | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性