TiffCompression
TiffCompression enumeration
Specifies what type of compression to apply when saving pages to the TIFF format.
public enum TiffCompression
Values
Name | Value | Description |
---|---|---|
None | 1 |
Specifies no compression. |
Rle | 2 |
Specifies the RLE compression scheme. |
Lzw | 5 |
Specifies the LZW compression scheme. |
Ccitt3 | 3 |
Specifies the CCITT3 compression scheme. |
Ccitt4 | 4 |
Specifies the CCITT4 compression scheme. |
See Also
- namespace Aspose.Diagram.Saving
- assembly Aspose.Diagram