> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TImageCompressionType

> Set the compression method for images exported from ABBYY FlexiCapture with TImageCompressionType: JPEG, LZW, PNG, ZIP, PackBits, or CCITT Group 4.

## What it does

## Sets a compression method for the exported image. Applies in the [IExportImageSavingOptions](/flexi-capture/appendix/scripts/iexportimagesavingoptions) interface.

## Admissible values:

* ICT\_Auto = -1. The type of compression is selected automatically.
* ICT\_Lzw = 1
* ICT\_Jpeg = 2
* ICT\_PackBits = 3
* ICT\_Png = 4
* ICT\_Uncompressed = 5
* ICT\_Zip = 6
* ICT\_CcittGroup4 = 7
