ImageCaptureOptions
ImageCaptureOptions
Section titled “ImageCaptureOptions”imageCaptureOptions
Description
Section titled “Description”Options for image capture, used with the Document.imageCapture() method. All properties are optional.
Properties
Section titled “Properties”ImageCaptureOptions.antiAliasing
Section titled “ImageCaptureOptions.antiAliasing”imageCaptureOptions.antiAliasing
Description
Section titled “Description”If true
, the image result is anti-aliased.
Default: false
.
Boolean
ImageCaptureOptions.matte
Section titled “ImageCaptureOptions.matte”imageCaptureOptions.matte
Description
Section titled “Description”If true
, the artboard is matted with a color.
Default: false
.
Boolean
ImageCaptureOptions.matteColor
Section titled “ImageCaptureOptions.matteColor”imageCaptureOptions.matteColor
Description
Section titled “Description”The color to use for the artboard matte.
Default: white.
ImageCaptureOptions.resolution
Section titled “ImageCaptureOptions.resolution”imageCaptureOptions.resolution
Description
Section titled “Description”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
Section titled “ImageCaptureOptions.transparency”imageCaptureOptions.transparency
Description
Section titled “Description”If true
, the image result is transparent.
Default: false
.
Boolean.
ImageCaptureOptions.typename
Section titled “ImageCaptureOptions.typename”imageCaptureOptions.typename
Description
Section titled “Description”The class name of the referenced object.
String; read-only.