Class
Options which may be supplied when exporting a document as an 24 bit PNG file.
ExportOptionsPNG24
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) |
| horizontalScale | number | 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) |
| saveAsHTML | bool | r/w | Should the resulting image be saved as HTML. (default: false) |
| transparency | bool | r/w | Should the resulting image use transparency. (default: true) |
| verticalScale | number | r/w | Vertical scaling factor. (default: 100) |
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |