Skip to content

ImageCaptureOptions

imageCaptureOptions

Options for image capture, used with the Document.imageCapture() method. All properties are optional.


imageCaptureOptions.antiAliasing

If true, the image result is anti-aliased.

Default: false.

Boolean


imageCaptureOptions.matte

If true, the artboard is matted with a color.

Default: false.

Boolean


imageCaptureOptions.matteColor

The color to use for the artboard matte.

Default: white.

RGBColor


imageCaptureOptions.resolution

The resolution of the captured image file in points-per-inch (PPI), in the range [72.0 … 2400.0].

Default: 150.

Number (double).


imageCaptureOptions.transparency

If true, the image result is transparent.

Default: false.

Boolean.


imageCaptureOptions.typename

The class name of the referenced object.

String; read-only.