color | SolidColor | - | - | A custom color to use to fill anti-aliased edges adjacent to transparent areas of the image. Mutually exclusive with 'matteColor'. |
customMatte | SolidColor | - | - | Custom matting color; overrides matteColor |
embedColorProfile | boolean | - | - | False to skip embedding the color profile in the document |
formatOptions | JPEGFormatOptions | STANDARDBASELINE | | |
- | The JPEG format option to use. | | | |
matteColor | MatteColor | - | - | The color to use to fill anti-aliased edges adjacent to transparent areas of the image. Mutually exclusive with 'color'. |
quality | number | 8 | 0...12 | |
The image quality setting to use; affects file size and compression. | | | | |
scans | number | 3 | 3...5 | |
The number of scans to incrementally display the image on the page. formatOptions must be JPEGFormatOptions.PROGRESSIVE. | | | | |
typename | string | "JPEGSaveOptions" | | |
- | The class name of the referenced object | | | |