TiffSaveOptions

Options for saving a document in TIFF format.

Hierarchy:

Superclass: SaveOptions

Class: TiffSaveOptions

Constants/Events

Name

Type

Access

Description

alphaChannels

Boolean

readonly

If true, the alpha channels are saved.

annotations

Boolean

readonly

If true, the annotations are saved.

byteOrder

ByteOrderType

ByteOrderType.IBM

ByteOrderType.MACOS

readonly

The order in which the bytes will be read. Default: Mac OS when running in Mac OS, and IBM PC when running in Windows.

embedColorProfile

Boolean

readonly

If true, the color profile is embedded in the document.

imageCompression

TiffEncodingType

TiffEncodingType.NONE

TiffEncodingType.TIFFLZW

TiffEncodingType.JPEG

TiffEncodingType.TIFFZIP

readonly

The compression type.

interleaveChannels

Boolean

readonly

If true, the channels in the image are interleaved.

jpegQuality

Int (range 0 - 12)

readonly

The quality of the produced image, which is inversely proportionate to the amount of JPEG compression. Valid only for JPEG compressed TIFF documents. Range: 0 to 12.

layerCompression

LayerCompressionType

LayerCompressionType.RLE

LayerCompressionType.ZIP

readonly

The method of compression to use when saving layers (as opposed to saving composite data). Valid only when 'layers' = true.

layers

Boolean

readonly

If true, the layers are saved.

saveImagePyramid

Boolean

readonly

If true, preserves multi-resolution information.

spotColors

Boolean

readonly

If true, spot colors are saved.

transparency

Boolean

readonly

If true, saves the transparency as an additional alpha channel when the file is opened in another application.