Options which may be supplied when rasterizing the artwork
antiAliasingMethod:AntiAliasingMethod
the type of antialiasing method ( default: AntiAliasingMethod.ARTOPTIMIZED )
Implementation public function get antiAliasingMethod():AntiAliasingMethod
public function set antiAliasingMethod(value:AntiAliasingMethod ):void
backgroundBlack:Boolean
should rasterize against a black background instead of white ( default: false )
Implementation public function get backgroundBlack():Boolean
public function set backgroundBlack(value:Boolean):void
clippingMask:Boolean
should a clipping mask be created for the resulting image ( default: false )
Implementation public function get clippingMask():Boolean
public function set clippingMask(value:Boolean):void
colorModel:RasterizationColorModel
The color model for the rasterization ( default: RasterizationColorModel.DEFAULTCOLORMODEL )
Implementation public function get colorModel():RasterizationColorModel
public function set colorModel(value:RasterizationColorModel ):void
convertSpotColors:Boolean
whether to convert all spot colors to process colors in the resulting image ( default: false )
Implementation public function get convertSpotColors():Boolean
public function set convertSpotColors(value:Boolean):void
convertTextToOutlines:Boolean
should all text be converted to outlines before rasterization ( default: false )
Implementation public function get convertTextToOutlines():Boolean
public function set convertTextToOutlines(value:Boolean):void
includeLayers:Boolean
should the resulting image incorporates the layer attributes (such as opacity and blend mode) ( default: false )
Implementation public function get includeLayers():Boolean
public function set includeLayers(value:Boolean):void
padding:Number
the amount of white space (in points) to be added around the object during rasterization ( default: 0.0 )
Implementation public function get padding():Number
public function set padding(value:Number):void
resolution:Number
The rasterization resolution in dots-per-inch (dpi) ( 72.0 - 2400.0; default: 300.0 )
Implementation public function get resolution():Number
public function set resolution(value:Number):void
transparency:Boolean
should the resulting image use transparency ( default: false )
Implementation public function get transparency():Boolean
public function set transparency(value:Boolean):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z