ExportOptionsTIFF

Options which may be supplied when exporting a document as a TIFF file.

Constants/Events

Name

Type

Access

Description

antiAliasing

AntiAliasingMethod

AntiAliasingMethod.ARTOPTIMIZED

AntiAliasingMethod.None

AntiAliasingMethod.TYPEOPTIMIZED

readonly

Should the resulting image be antialiased.

artboardRange

String

readonly

If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string.

byteOrder

TIFFByteOrder

TIFFByteOrder.IBMPC

TIFFByteOrder.MACINTOSH

readonly

Mac or PC byte order when exporting.

embedICCProfile

Boolean

readonly

Embed an ICC profile when exporting.

imageColorSpace

ImageColorSpace

ImageColorSpace.CMYK

ImageColorSpace.DeviceN

ImageColorSpace.GrayScale

ImageColorSpace.Indexed

ImageColorSpace.LAB

ImageColorSpace.RGB

ImageColorSpace.Separation

readonly

The color space of the exported file.

lZWCompression

Boolean

readonly

Compress TIFF file with LZW Compression when exporting.

resolution

Number (range 72.0 - 2400.0)

readonly

The resolution of the exported file.

saveMultipleArtboards

Boolean

readonly

All the artboards or range of the artboards will be exported.