| Property | Type | Access | Description |
| antiAliasing | bool |
r/w | Should the resulting image be antialiased. (default: false) |
| clippingMask | bool |
r/w | Should a clipping mask be created for the resulting image. (default: false) |
| colorModel | RasterizationColorModel: RasterizationColorModel.DEFAULTCOLORMODEL RasterizationColorModel.GRAYSCALE RasterizationColorModel.BITMAP |
r/w | The color model for the rasterization. (default: RasterizationColorModel.DEFAULTCOLORMODEL) |
| convertSpotColors | bool |
r/w | Whether to convert all spot colors to process colors in the resulting image. (default: false) |
| padding | number |
r/w | The amount of white space (in points) to be added around the object during rasterization. (default: 0) |
| resolution | number (range: 72.0 - 2400.0) |
r/w | The rasterization resolution in dots-per-inch (dpi) (default: 300) |
| transparency | bool |
r/w | Should the resulting image use transparency. (default: false) |