ImageCompressionTypeEnum (COM-based API)
ImageCompressionTypeEnum enumeration constants are used to set the compression files.
enum ImageCompressionTypeEnum {
ICT_Uncompressed = 0,
ICT_Zip = 1,
ICT_Group3 = 2,
ICT_Group4 = 3,
ICT_PackBits = 4,
ICT_Jpeg = 5,
ICT_Lzw = 6
};
Elements
Name | Description |
ICT_Uncompressed | Image will be exported without compression |
ICT_Zip | Image will be exported using the ZIP compression algorithm |
ICT_Group3 | Image will be exported using the GROUP3 compression algorithm |
ICT_Group4 | Image will be exported using the GROUP4 compression algorithm |
ICT_PackBits | Image will be exported using the PACKBITS compression algorithm |
ICT_Jpeg | Image will be exported using the JPEG compression algorithm |
ICT_Lzw | Image will be exported using the LZW compression algorithm. |
See also
26.03.2024 13:49:49