Package | com.adobe.photoshop |
Class | public class PhotoCDOpenOptions |
Inheritance | PhotoCDOpenOptions ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
colorProfileName : String
profile to use when reading the image
| PhotoCDOpenOptions | ||
colorSpace : PhotoCDColorSpace
colorspace for image
| PhotoCDOpenOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
orientation : Orientation | PhotoCDOpenOptions | ||
![]() | parent : * [read-only] | PhotoshopHostObject | |
pixelSize : PhotoCDSize
dimensions of image
| PhotoCDOpenOptions | ||
resolution : Number
the resolution of the image (in pixels per inch)
| PhotoCDOpenOptions |
colorProfileName | property |
colorProfileName:String
Since : | CS5 |
profile to use when reading the image
public function get colorProfileName():String
public function set colorProfileName(value:String):void
colorSpace | property |
colorSpace:PhotoCDColorSpace
Since : | CS5 |
colorspace for image
public function get colorSpace():PhotoCDColorSpace
public function set colorSpace(value:PhotoCDColorSpace):void
orientation | property |
orientation:Orientation
Since : | CS5 |
public function get orientation():Orientation
public function set orientation(value:Orientation):void
pixelSize | property |
pixelSize:PhotoCDSize
Since : | CS5 |
dimensions of image
public function get pixelSize():PhotoCDSize
public function set pixelSize(value:PhotoCDSize):void
resolution | property |
resolution:Number
Since : | CS5 |
the resolution of the image (in pixels per inch)
public function get resolution():Number
public function set resolution(value:Number):void