| 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) | 
| colorCount | Int32 (range: 2 - 256) | r/w | Number of colors in exported color table. (default: 128) | 
| colorDither | ColorDitherMethod: ColorDitherMethod.NOREDUCTION
 ColorDitherMethod.DIFFUSION
 ColorDitherMethod.PATTERNDITHER
 ColorDitherMethod.NOISE
 | r/w | Method used to dither colors. (default: ColorDitherMethod.DIFFUSION) | 
| colorReduction | ColorReductionMethod: ColorReductionMethod.SELECTIVE
 ColorReductionMethod.ADAPTIVE
 ColorReductionMethod.PERCEPTUAL
 ColorReductionMethod.WEB
 | r/w | Method used to reduce the number of colors. (default: ColorReductionMethod.SELECTIVE) | 
| ditherPercent | Int32 (range: 0 - 100) | r/w | How much should the colors be dithered. (default: 88) | 
| horizontalScale | number | r/w | Horizontal scaling factor. (default: 100) | 
| infoLossPercent | Int32 (range: 0 - 100) | r/w | Level of information loss during compression. (default: 0) | 
| interlaced | bool | r/w | Should the resulting image be interlaced. (default: false) | 
| 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) | 
| webSnap | Int32 (range: 0 - 100) | r/w | How much should the color table be changed to match the web pallet. (default: 0) |