Class
Options which may be supplied when exporting a document as a JPEG file.
ExportOptionsJPEG
Class
| Property | Type | Access | Description |
|---|---|---|---|
| antiAliasing | bool | r/w | Should the resulting image be antialiased. (default: true) |
| artBoardClipping | bool | r/w | Should the resulting image be clipped to the artboard. (default: false) |
| blurAmount | number (range: 0.0 - 2.0) | r/w | Blur the resulting image this much. (default: 0) |
| horizontalScale | number (range: 0.0 - 776.19) | r/w | Horizontal scaling factor. (default: 100) |
| matte | bool | r/w | Should the artboard be matted with a color. (default: true) |
| matteColor | RGBColor | r/w | The color to use when matting the artboard (default: white) |
| optimization | bool | r/w | Should the image be optimized for web viewing. (default: true) |
| qualitySetting | int (range: 0.0 - 100.0) | r/w | Quality of resulting image. (default: 30) |
| saveAsHTML | bool | r/w | Should the resulting image be saved as HTML. (default: false) |
| verticalScale | number (range: 0.0 - 776.19) | r/w | Vertical scaling factor. (default: 100) |
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |