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 |
---|---|---|
documentClass | string | The size and type of the printed document. E.g., Letter 8.5 x 11 |
productionTime | string | When the document should be processed . E.g., Next Day |
layout | string | Type of layout. E.g., Double Sided Postcard |
color | string | Color options. E.g., Full Color |
paperType | string | Type of paper on which to print the job. E.g., White Matte with Gloss UV Finish |
printOption | string | Printing option. E.g., Printing both sides |
mailClass | string | Mail class job should be sent as. E.g., First Class |
envelope | string | Type of envelope to use |
Updated 8 months ago