public static const AUTO:String = "auto"
Language version: | ActionScript 3.0 |
Automatic selection of the best method of printing. This value indicates
that vector or bitmap printing is chosen automatically, based on
the content to print. Vector printing is used whenever the content
can be faithfully reproduced by that method. If transparency or certain
other effects are present, bitmap printing is used instead.
This constant is used with the PrintJobOptions.printMethod
property.
Use the syntax PrintMethod.AUTO
.
See also
public static const BITMAP:String = "bitmap"
Language version: | ActionScript 3.0 |
The bitmap method of printing.
This constant is used with the PrintJobOptions.printMethod
property.
Use the syntax PrintMethod.BITMAP
.
See also
public static const VECTOR:String = "vector"
Language version: | ActionScript 3.0 |
The vector method of printing.
This constant is used with the PrintJobOptions.printMethod
property.
Use the syntax PrintMethod.VECTOR
.
See also