TiffExportSettings Object (Web Services API)
This object provides functionality for configuring export to TIFF format. The TiffExportSettings object is a child object of the OutputFormatSettings object and inherits all its properties.
Properties
Name | Type | Description |
ColorMode | ImageColorModeEnum | Specifies image color. |
Compression | ImageCompressionTypeEnum | Specifies the compression. If the ColorMode property is set to ICM_AsIs, ICM_Color, or ICM_Gray, this property can have one of the following values: ICT_Uncompressed, ICT_Zip, ICT_Jpeg. If the ColorMode property is set to ICM_BlackAndWhite, this property can have one of the following values: ICT_Uncompressed, ICT_Zip, ICT_Group3, ICT_Group4, ICT_PackBits. |
Resolution | Integer | Specifies the value of picture resolution in dpi, which is used for exporting. The value "-1" means that the original resolution must be preserved. |
See also
3/26/2024 1:49:49 PM