Object
ExportOptionsTIFF
Options which may be supplied when exporting a document as a TIFF file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | AntiAliasingMethod = AntiAliasingMethod.ARTOPTIMIZED | read/write | Should the resulting image be antialiased. |
| static | String | read/write | 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. |
| static | TIFFByteOrder = TIFFByteOrder.IBMPC | read/write | Mac or PC byte order when exporting. |
| static | Boolean = false | read/write | Embed an ICC profile when exporting. |
| static | ImageColorSpace = ImageColorSpace.RGB | read/write | The color space of the exported file. |
| static | Boolean = false | read/write | Compress TIFF file with LZW Compression when exporting. |
| static | Number = 150 72.0–2400.0 | read/write | The resolution of the exported file. |
| static | Boolean = false | read/write | All the artboards or range of the artboards will be exported. |