Options which may be supplied when capturing a portion of the artwork as an 24 bit PNG file
antiAliasing:Boolean
should the resulting image be antialiased ( default: false )
Implementation public function get antiAliasing():Boolean
public function set antiAliasing(value:Boolean):void
matte:Boolean
should the artboard be matted with a color ( default: false )
Implementation public function get matte():Boolean
public function set matte(value:Boolean):void
matteColor:RGBColor
the color to use when matting the artboard (default: white)
Implementation public function get matteColor():RGBColor
public function set matteColor(value:RGBColor ):void
resolution:Number
The resolution of the captured image file ( 72.0 - 2400.0; default: 150.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