The document raster effects settings
antiAliasing:Boolean
should the resulting image be antialiased ( default: false )
Implementation public function get antiAliasing():Boolean
public function set antiAliasing(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
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