Package | com.adobe.photoshop |
Class | public class BMPSaveOptions |
Inheritance | BMPSaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alphaChannels : Boolean
save alpha channels
| BMPSaveOptions | ||
depth : BMPDepthType
number of bits per sample ( default: BMPDepthType.TWENTYFOUR )
| BMPSaveOptions | ||
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
![]() | enumCache : CSEnumSharedCache [static] [read-only] | SaveOptions | |
flipRowOrder : Boolean | BMPSaveOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
osType : OperatingSystem
target OS. | BMPSaveOptions | ||
![]() | PROMPTTOSAVECHANGES : SaveOptions [static] [read-only]
Ask the user whether to save. | SaveOptions | |
rleCompression : Boolean
should RLE compression be used?
| BMPSaveOptions | ||
![]() | 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
depth | property |
depth:BMPDepthType
Since : | CS5 |
number of bits per sample ( default: BMPDepthType.TWENTYFOUR )
public function get depth():BMPDepthType
public function set depth(value:BMPDepthType):void
flipRowOrder | property |
flipRowOrder:Boolean
Since : | CS5 |
public function get flipRowOrder():Boolean
public function set flipRowOrder(value:Boolean):void
osType | property |
osType:OperatingSystem
Since : | CS5 |
target OS. Windows or OS/2 ( default: OperatingSystem.WINDOWS )
public function get osType():OperatingSystem
public function set osType(value:OperatingSystem):void
rleCompression | property |
rleCompression:Boolean
Since : | CS5 |
should RLE compression be used?
public function get rleCompression():Boolean
public function set rleCompression(value:Boolean):void