CompressionType Enumeration |
Used to specify the parameter value passed to a Tiff image device.
Namespace: Aspose.Pdf.DevicesAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum CompressionType
Public Enumeration CompressionType
public enum class CompressionType
Members
| Member name | Value | Description |
---|
| LZW | 0 |
Specifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.
|
| CCITT4 | 1 |
Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.
|
| CCITT3 | 2 |
Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.
|
| RLE | 3 |
Specifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.
|
| None | 4 |
Specifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.
|
See Also