TiffCompression Enumeration |
Specifies what type of compression to apply when saving pages to the TIFF format.
Namespace:
Aspose.Diagram.Saving
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum TiffCompression
Public Enumeration TiffCompression
public enum class TiffCompression
Members
| Member 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