| Property | Type | Access | Description | 
|---|
| antiAliasing | AntiAliasingMethod: AntiAliasingMethod.None
 AntiAliasingMethod.ARTOPTIMIZED
 AntiAliasingMethod.TYPEOPTIMIZED
 | r/w | Should the resulting image be antialiased. (default: AntiAliasingMethod.ARTOPTIMIZED) | 
| artboardRange | string | r/w | 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
 | r/w | Mac or PC byte order when exporting. (default: TIFFByteOrder.IBMPC) | 
| embedICCProfile | bool | r/w | Embed an ICC profile when exporting. (default: false) | 
| imageColorSpace | ImageColorSpace: ImageColorSpace.GrayScale
 ImageColorSpace.RGB
 ImageColorSpace.CMYK
 ImageColorSpace.LAB
 ImageColorSpace.Separation
 ImageColorSpace.DeviceN
 ImageColorSpace.Indexed
 | r/w | The color space of the exported file. (default: ImageColorSpace.RGB) | 
| lZWCompression | bool | r/w | Compress TIFF file with LZW Compression when exporting. (default: false) | 
| resolution | number (range: 72.0 - 2400.0) | r/w | The resolution of the exported file. (default: 150) | 
| saveMultipleArtboards | bool | r/w | All the artboards or range of the artboards will be exported. (default: false) |