Object
ExportOptionsGIF
Options which may be supplied when exporting a document as a GIF 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 | Int32 = 128 2–256 | read/write | Number of colors in exported color table. |
| static | ColorDitherMethod = ColorDitherMethod.DIFFUSION | read/write | Method used to dither colors. |
| static | ColorReductionMethod = ColorReductionMethod.SELECTIVE | read/write | Method used to reduce the number of colors. |
| static | Int32 = 88 0–100 | read/write | How much should the colors be dithered. |
| static | Number = 100 | read/write | Horizontal scaling factor. |
| static | Int32 = 0 0–100 | read/write | Level of information loss during compression. |
| static | Boolean = false | read/write | Should the resulting image be interlaced. |
| 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. |
| static | Int32 = 0 0–100 | read/write | How much should the color table be changed to match the web pallet. |