TiffExportSettings Object (COM-based API)
This object provides functionality for configuring export to TIFF format. The ITiffExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
Properties
Name | Type | Description |
ColorMode | ImageColorModeEnum | Specifies image color. The default value is ICM_AsIs. |
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. The default value is ICT_Zip. |
Resolution | Long | Specifies the value of picture resolution in dpi, which is used for exporting. The default value is -1 which means that the original resolution must be preserved. |
See also
26.03.2024 13:49:49