Different compression algorithms.
Namespace: TallComponents.PDF.RasterizerAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.90.0
Syntax
| C# |
|---|
public enum TiffCompression |
| Visual Basic |
|---|
Public Enumeration TiffCompression |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 1 | Do not compress image data. | |
| CcittG3 | 3 | CCITT Group 3 fax encoding. Referred to as CCITT T.4 by TIFF 6.0. | |
| CcittG4 | 4 | CCITT Group 4 fax encoding. Referred to as CCITT T.6 by TIFF 6.0. | |
| Lzw | 5 | LZW (Lempel-Ziv-Welch encoding). | |
| PackBits | 32773 | Macintosh RLE (run-length encoding). |