Package | com.adobe.photoshop |
Class | public class RawSaveOptions |
Inheritance | RawSaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alphaChannels : Boolean
save alpha channels
| RawSaveOptions | ||
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
![]() | 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 | |
![]() | SAVECHANGES : SaveOptions [static] [read-only]
Save changes. | SaveOptions | |
spotColors : Boolean
save spot colors
| RawSaveOptions | ||
![]() | 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
spotColors | property |
spotColors:Boolean
Since : | CS5 |
save spot colors
public function get spotColors():Boolean
public function set spotColors(value:Boolean):void