RasterEffectOptions
RasterEffectOptions
Section titled “RasterEffectOptions”RasterEffectOptions
Description
Section titled “Description”Specifies raster effects settings for the document. All properties are optional.
Properties
Section titled “Properties”RasterEffectOptions.antiAliasing
Section titled “RasterEffectOptions.antiAliasing”rasterEffectOptions.antiAliasing
Description
Section titled “Description”If true
, the image should be antialiased.
Default: false
Boolean
RasterEffectOptions.clippingMask
Section titled “RasterEffectOptions.clippingMask”rasterEffectOptions.clippingMask
Description
Section titled “Description”If true
, a clipping mask is created for the image.
Default: false
Boolean
RasterEffectOptions.colorModel
Section titled “RasterEffectOptions.colorModel”rasterEffectOptions.colorModel
Description
Section titled “Description”The color model for the rasterization.
Default: RasterizationColorModel.DEFAULTCOLORMODEL
RasterEffectOptions.convertSpotColors
Section titled “RasterEffectOptions.convertSpotColors”rasterEffectOptions.convertSpotColors
Description
Section titled “Description”If true
, all spot colors are converted to process colors for the image.
Default: false
Boolean
RasterEffectOptions.padding
Section titled “RasterEffectOptions.padding”rasterEffectOptions.padding
Description
Section titled “Description”The amount of white space (in points) to be added around the object during rasterization.
Default: .0
Number (double)
RasterEffectOptions.resolution
Section titled “RasterEffectOptions.resolution”rasterEffectOptions.resolution
Description
Section titled “Description”The rasterization resolution in dots per inch (dpi).
Range: 72.0 to 2400.0.
Default: 300.0
Number (double)
RasterEffectOptions.transparency
Section titled “RasterEffectOptions.transparency”rasterEffectOptions.transparency
Description
Section titled “Description”If true
, the image should use transparency.
Default: false
Boolean