TiffCompression Enum
Specifies the possible compression schemes for Tagged Image File Format (TIFF) bitmap images.
Fields
CcittGroup3Fax | The CCITT3 compression schema is used. |
CcittGroup4Fax | The CCITT4 compression schema is used. |
Default | The System.Windows.Media.Imaging.TiffBitmapEncoder encoder attempts to save the bitmap with the best possible compression schema. |
Lzw | The LZW compression schema is used. |
None | The Tagged Image File Format (TIFF) image is not compressed. |
Rle | The RLE compression schema is used. |
Zip | Zip compression schema is used. |