ImageCompressionTypeEnum (Web Services API)
ImageCompressionTypeEnum enumeration constants are used to set the compression of files.
enum ImageCompressionTypeEnum {
ICT_Uncompressed,
ICT_Zip,
ICT_Group3,
ICT_Group4,
ICT_PackBits,
ICT_Jpeg,
ICT_Lzw
};
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
3/26/2024 1:49:49 PM