printOptions Object
The printOptions object contains the properties which define how the job will be printed. It has no methods; properties are set and accessed directly.
Note that directly setting the print options via the API is being deprecated in favor of creating a template via the web interface and referencing that. This is due to the wide variety of invalid print option combinations that are possible.
Object Properties
Property | Type | Description |
---|---|---|
| string | The size and type of the printed document. E.g., |
| string | When the document should be processed . E.g., |
| string | Type of layout. E.g., |
| string | Color options. E.g., |
| string | Type of paper on which to print the job. E.g., |
| string | Printing option. E.g., |
| string | Mail class job should be sent as. E.g., |
| string | Type of envelope to use |
Updated 27 days ago