Adobe Illustrator CS6 Type Library JS: ImageCaptureOptions
From Illustrator CS6
Class
ImageCaptureOptions
Options which may be supplied when capturing a portion of the artwork as an 24 bit PNG file.Class
| Property | Type | Access | Description |
|---|---|---|---|
| antiAliasing | bool | r/w | Should the resulting image be antialiased. (default: false) |
| matte | bool | r/w | Should the artboard be matted with a color. (default: false) |
| matteColor | RGBColor | r/w | The color to use when matting the artboard (default: white) |
| resolution | number (range: 72.0 - 2400.0) | r/w | The resolution of the captured image file. (default: 150) |
| transparency | bool | r/w | Should the resulting image use transparency. (default: false) |
Used in:
void Document.imageCapture (imageFile: File[, clipBounds: Rectangle][, options: ImageCaptureOptions])
| Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |