Package | com.adobe.photoshop |
Class | public class TiffSaveOptions |
Inheritance | TiffSaveOptions ![]() ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alphaChannels : Boolean
save alpha channels
| TiffSaveOptions | ||
annotations : Boolean
save annotations
| TiffSaveOptions | ||
byteOrder : ByteOrder
Default value is 'Mac OS' when running on MacOS, and 'IBM PC' when running on a PC
| TiffSaveOptions | ||
![]() | DONOTSAVECHANGES : SaveOptions [static] [read-only]
Do not save changes. | SaveOptions | |
embedColorProfile : Boolean
embed color profile in document
| TiffSaveOptions | ||
![]() | enumCache : CSEnumSharedCache [static] [read-only] | SaveOptions | |
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
imageCompression : TIFFEncoding
compression type ( default: TIFFEncoding.NONE )
| TiffSaveOptions | ||
interleaveChannels : Boolean
are the channels in the image interleaved? ( default: true )
| TiffSaveOptions | ||
jpegQuality : Number
quality of produced image. | TiffSaveOptions | ||
layerCompression : LayerCompression
should only be used when you are saving layers
| TiffSaveOptions | ||
layers : Boolean
save layers
| TiffSaveOptions | ||
![]() | PROMPTTOSAVECHANGES : SaveOptions [static] [read-only]
Ask the user whether to save. | SaveOptions | |
![]() | SAVECHANGES : SaveOptions [static] [read-only]
Save changes. | SaveOptions | |
saveImagePyramid : Boolean
( default: false )
| TiffSaveOptions | ||
spotColors : Boolean
save spot colors
| TiffSaveOptions | ||
transparency : Boolean | TiffSaveOptions | ||
![]() | 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
annotations | property |
annotations:Boolean
Since : | CS5 |
save annotations
public function get annotations():Boolean
public function set annotations(value:Boolean):void
byteOrder | property |
byteOrder:ByteOrder
Since : | CS5 |
Default value is 'Mac OS' when running on MacOS, and 'IBM PC' when running on a PC
public function get byteOrder():ByteOrder
public function set byteOrder(value:ByteOrder):void
embedColorProfile | property |
embedColorProfile:Boolean
Since : | CS5 |
embed color profile in document
public function get embedColorProfile():Boolean
public function set embedColorProfile(value:Boolean):void
imageCompression | property |
imageCompression:TIFFEncoding
Since : | CS5 |
compression type ( default: TIFFEncoding.NONE )
public function get imageCompression():TIFFEncoding
public function set imageCompression(value:TIFFEncoding):void
interleaveChannels | property |
interleaveChannels:Boolean
Since : | CS5 |
are the channels in the image interleaved? ( default: true )
public function get interleaveChannels():Boolean
public function set interleaveChannels(value:Boolean):void
jpegQuality | property |
jpegQuality:Number
Since : | CS5 |
quality of produced image. Only valid for JPEG compressed TIFF documents ( 0 - 12 )
public function get jpegQuality():Number
public function set jpegQuality(value:Number):void
layerCompression | property |
layerCompression:LayerCompression
Since : | CS5 |
should only be used when you are saving layers
public function get layerCompression():LayerCompression
public function set layerCompression(value:LayerCompression):void
layers | property |
layers:Boolean
Since : | CS5 |
save layers
public function get layers():Boolean
public function set layers(value:Boolean):void
saveImagePyramid | property |
saveImagePyramid:Boolean
Since : | CS5 |
( default: false )
public function get saveImagePyramid():Boolean
public function set saveImagePyramid(value:Boolean):void
spotColors | property |
spotColors:Boolean
Since : | CS5 |
save spot colors
public function get spotColors():Boolean
public function set spotColors(value:Boolean):void
transparency | property |
transparency:Boolean
Since : | CS5 |
public function get transparency():Boolean
public function set transparency(value:Boolean):void