Settings related to opening a generic PDF document
antiAlias:Boolean
use antialias?
Implementation public function get antiAlias():Boolean
public function set antiAlias(value:Boolean):void
bitsPerChannel:BitsPerChannelType
number of bits per channel
Implementation public function get bitsPerChannel():BitsPerChannelType
public function set bitsPerChannel(value:BitsPerChannelType ):void
constrainProportions:Boolean
DEPRECATED, no longer used in CS2 ( constrain proportions of image )
Implementation public function get constrainProportions():Boolean
public function set constrainProportions(value:Boolean):void
cropPage:CropToType
crop the page
Implementation public function get cropPage():CropToType
public function set cropPage(value:CropToType ):void
height:Object
DEPRECATED, no longer used in CS2 ( height of image (unit value) )
Implementation public function get height():Object
public function set height(value:Object):void
mode:OpenDocumentMode
the document mode
Implementation public function get mode():OpenDocumentMode
public function set mode(value:OpenDocumentMode ):void
name:String
name of the new document
Implementation public function get name():String
public function set name(value:String):void
page:Number
number of page or image to open
Implementation public function get page():Number
public function set page(value:Number):void
resolution:Number
the resolution of the document (in pixels per inch)
Implementation public function get resolution():Number
public function set resolution(value:Number):void
suppressWarnings:Boolean
supress any warnings that may occur during opening
Implementation public function get suppressWarnings():Boolean
public function set suppressWarnings(value:Boolean):void
usePageNumber:Boolean
page property refers to page number, if false page property refers to image number
Implementation public function get usePageNumber():Boolean
public function set usePageNumber(value:Boolean):void
width:Object
DEPRECATED, no longer used in CS2 ( width of image (unit value) )
Implementation public function get width():Object
public function set width(value:Object):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z