AccusoftISISXpress7 ActiveX DLL : ISX_SaveFileType Enumeration |
Member | Value | Description |
---|---|---|
ISX_DCX | 7 | DCX compression. |
ISX_JPEG_Color | 5 | JPEG Color compression. |
ISX_JPEG_Gray | 6 | JPEG Gray compression. |
ISX_TIFF_G3 | 2 | CCITT Fax Group 3 compression. |
ISX_TIFF_G3M | 3 | CCITT Fax Modified Group 3 compression. |
ISX_TIFF_G4 | 4 | CCITT Fax Group 4 compression. |
ISX_TIFF_PackBits | 1 | Packbits compression. |
ISX_TIFF_Raw | 0 | No compression. |
This value is set by using the SaveFileType Property.
1 bit (Black and White) images can be saved to any of the five TIFF file formats or to the DCX file format. 8 bit (Gray Scale) images can be saved to the TiffRaw,TiffPackbits or JpegGray file formats. 24 bit (Color) images can be saved to the TiffRaw,TiffPackbits or JPEG file formats.