Language Version: | ActionScript 3.0 |
This class provides the available values for the
paperSize
parameter of
the
PrintJob.selectPaperSize()
method. Each constant represents a paper size
that is used to print a page.
The following table shows the approximate size for each paper type. The size is approximate
because there is some variation among printer drivers. For example, the width of A4 paper
can be 595.0, 595.2, 595.22 or 595.28 points depending on the driver.
Value | Size in points |
---|
A4 | 595 x 842 |
A5 | 420 x 595 |
A6 | 297 x 420 |
CHOUKEI3GOU | 340 x 666 |
CHOUKEI4GOU | 298 x 666 |
ENV_10 | 297 x 684 |
ENV_B5 | 499 x 709 |
ENV_C5 | 459 x 649 |
ENV_DL | 312 x 624 |
ENV_MONARCH | 279 x 540 |
ENV_PERSONAL | 261 x 468 |
EXECUTIVE | 522 x 756 |
FOLIO | 612 x 936 |
JIS_B5 | 516 x 729 |
LEGAL | 612 x 1008 |
LETTER | 612 x 792 |
STATEMENT | 396 x 612 |
public static const A4:String = "a4"
Language Version: | ActionScript 3.0 |
A4
public static const A5:String = "a5"
Language Version: | ActionScript 3.0 |
A5
public static const A6:String = "a6"
Language Version: | ActionScript 3.0 |
A6
public static const CHOUKEI3GOU:String = "choukei3gou"
Language Version: | ActionScript 3.0 |
Japanese choukei 3 gou (envelope)
public static const CHOUKEI4GOU:String = "choukei4gou"
Language Version: | ActionScript 3.0 |
Japanese choukei 4 gou (envelope)
public static const ENV_10:String = "env_10"
Language Version: | ActionScript 3.0 |
Legal envelope
public static const ENV_B5:String = "env_b5"
Language Version: | ActionScript 3.0 |
B5 envelope
public static const ENV_C5:String = "env_c5"
Language Version: | ActionScript 3.0 |
C5 envelope
public static const ENV_DL:String = "env_dl"
Language Version: | ActionScript 3.0 |
DL envelope
public static const ENV_MONARCH:String = "env_monarch"
Language Version: | ActionScript 3.0 |
Monarch envelope
public static const ENV_PERSONAL:String = "env_personal"
Language Version: | ActionScript 3.0 |
Personal envelope
public static const EXECUTIVE:String = "executive"
Language Version: | ActionScript 3.0 |
Executive size
public static const FOLIO:String = "folio"
Language Version: | ActionScript 3.0 |
Folio size
public static const JIS_B5:String = "jis_b5"
Language Version: | ActionScript 3.0 |
Japanese B5
public static const LEGAL:String = "legal"
Language Version: | ActionScript 3.0 |
Traditional legal size
public static const LETTER:String = "letter"
Language Version: | ActionScript 3.0 |
Traditional letter size
public static const STATEMENT:String = "statement"
Language Version: | ActionScript 3.0 |
Statement size