Object
ExportOptionsPNG24
Options which may be supplied when exporting a document as an 24 bit PNG 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 | Dimensions | read/write | Dimensions in which to contain the resulting raster. |
| static | Number = 100 | 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 = false | read/write | Should the resulting image be saved as HTML. |
| static | Boolean = true | read/write | Should the resulting image use transparency. |
| static | Number = 100 | read/write | Vertical scaling factor. |