TiffCompression Enum
An enumeration of supported compression schemes for Tagged Image File Format (TIFF) when saving a PresentationDocument to an image using an ImageSaveOptions.
Fields
Ccitt3 | The CCITT3 compression schema. |
Ccitt4 | The CCITT4 compression schema. |
Default | The encoder attempts to save the bitmap with the best possible compression schema. |
Lzw | The LZW compression schema. |
None | The Tagged Image File Format (TIFF) image will not be compressed. |
Rle | The RLE compression schema. |
Zip | Zip compression schema. |