Represents TIFF compressions.
            
            Syntax
            Members
| Member | Description | 
|---|
| ABIC_BW | ABIC b/w image. | 
| ABIC_Concatenated | ABIC concatenated image. | 
| ABIC_GRAY | ABIC gray image. | 
| ABIC_IOCA | ABIC IOCA image. | 
| CCITT_1D | CCITT 1D compression. | 
| Deflate | Deflate compression. | 
| DeflateObsolete | Legacy constant for Deflate compression. | 
| GROUP_3 | CCITT Group 3 compression. | 
| GROUP_4 | CCITT Group 4 compression. | 
| JBIG | JBIG compression. | 
| JPEG | JPEG (using TIFF 6.0 specification). | 
| JPEG_2 | JPEG (using TIFF Technical Note 2 specification). | 
| LZW | Lempel-Ziv and Welch compression. | 
| Packbits | Packed Bits. | 
| Thunderscan | Thunderscan RLE compression. | 
| Uncompressed | Uncompressed (no compression). | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.TIF.ImGearTIFFCompression
See Also