Package | com.adobe.photoshop |
Class | public class PICTFileSaveOptions |
Inheritance | PICTFileSaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alphaChannels : Boolean
save alpha channels
| PICTFileSaveOptions | ||
compression : PICTCompression
( default: PICTCompression.NONE )
| PICTFileSaveOptions | ||
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
embedColorProfile : Boolean
embed color profile in document
| PICTFileSaveOptions | ||
![]() | enumCache : CSEnumSharedCache [static] [read-only] | SaveOptions | |
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | PROMPTTOSAVECHANGES : SaveOptions [static] [read-only]
Ask the user whether to save. | SaveOptions | |
resolution : PICTBitsPerPixels
number of bits per pixel
| PICTFileSaveOptions | ||
![]() | SAVECHANGES : SaveOptions [static] [read-only]
Save changes. | SaveOptions | |
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
alphaChannels | property |
alphaChannels:Boolean
Since : | CS5 |
save alpha channels
public function get alphaChannels():Boolean
public function set alphaChannels(value:Boolean):void
compression | property |
compression:PICTCompression
Since : | CS5 |
( default: PICTCompression.NONE )
public function get compression():PICTCompression
public function set compression(value:PICTCompression):void
embedColorProfile | property |
embedColorProfile:Boolean
Since : | CS5 |
embed color profile in document
public function get embedColorProfile():Boolean
public function set embedColorProfile(value:Boolean):void
resolution | property |
resolution:PICTBitsPerPixels
Since : | CS5 |
number of bits per pixel
public function get resolution():PICTBitsPerPixels
public function set resolution(value:PICTBitsPerPixels):void