Object
ExportOptionsJPEG
Options which may be supplied when exporting a document as a JPEG file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | Boolean = true | read/write | Should the resulting image be antialiased. |
| static | Boolean = false | read/write | Should the resulting image be clipped to the artboard. |
| static | Number = 0 0.0–2.0 | read/write | Blur the resulting image this much. |
| static | Number = 100 0.0–776.19 | read/write | Horizontal scaling factor. |
| static | Boolean = true | read/write | Should the artboard be matted with a color. |
| static | RGBColor | read/write | The color to use when matting the artboard (default: white) |
| static | Boolean = true | read/write | Should the image be optimized for web viewing. |
| static | Int32 = 30 0.0–100.0 | read/write | Quality of resulting image. |
| static | Boolean = false | read/write | Should the resulting image be saved as HTML. |
| static | Number = 100 0.0–776.19 | read/write | Vertical scaling factor. |