Class
The print job options.
PrintJobOptions
Class
| Property | Type | Access | Description |
|---|---|---|---|
| artboardRange | string | r/w | Artboard Range to be printed if PrintAllArtboards is false. (default: 1-) |
| bitmapResolution | number (min: 0) | r/w | The bitmap resolution. (default: 0) |
| collate | bool | r/w | Whether to collate print pages. (default: false) |
| copies | int (min: 1) | r/w | The number of copies to print. (default: 1) |
| designation | PrintArtworkDesignation: PrintArtworkDesignation.VISIBLEPRINTABLELAYERS PrintArtworkDesignation.VISIBLELAYERS PrintArtworkDesignation.ALLLAYERS |
r/w | The layers/objects to be printed. (default: PrintArtworkDesignation.VISIBLEPRINTABLELAYERS) |
| file | File | r/w | The file to be printed to. |
| name | string | r/w | The print job name. |
| printAllArtboards | bool | r/w | Whether to print all artboards. (default: true) |
| printArea | PrintingBounds: PrintingBounds.ARTBOARDBOUNDS PrintingBounds.ARTWORKBOUNDS PrintingBounds.CROPBOUNDS |
r/w | The printing bounds. (default: PrintingBounds.ARTBOARDBOUNDS) |
| printAsBitmap | bool | r/w | Whether to print as bitmap. (default: false) |
| reversePages | bool | r/w | Print pages in reverse order. (default: false) |
Element of
PrintOptions.jobOptions
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |