VintaSoftTwain Control v6.0
In This Topic
    enumTiffCompression Enumeration
    In This Topic
    Description
    Specifies available compression types for TIFF files.
    Members
    MemberValueDescription
    TIFFCOMPRESSION_Auto6Black-white image will be saved to TIFF file with CCITT Group 4 Fax compression, palette and gray image will be saved with LZW compression, color image will be saved with JPEG compression.
    TIFFCOMPRESSION_Ccitt33Image will be save to TIFF file with CCIT Group 3 Fax compression.
    TIFFCOMPRESSION_Ccitt44Image will be save to TIFF file with CCIT Group 4 Fax compression.
    TIFFCOMPRESSION_CcittRle2Image will be save to TIFF file with CCIT RLE compression.
    TIFFCOMPRESSION_Jpeg7Image will be save to TIFF file with JPEG compression.
    TIFFCOMPRESSION_Lzw5Image will be save to TIFF file with LZW compression.
    TIFFCOMPRESSION_None0Image will be saved to TIFF file without compression.
    TIFFCOMPRESSION_Packbits1Image will be save to TIFF file with Packbits compression.
    TIFFCOMPRESSION_Zip8Image will be save to TIFF file with ZIP compression.