Specifies the supported compression schemes for Tagged Image File Format (TIFF) bitmap images.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public enum TiffCompression |
| Visual Basic |
|---|
Public Enumeration TiffCompression |
| Visual C++ |
|---|
public enum class TiffCompression |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The Tagged Image File Format (TIFF) image is not compressed. | |
| CCITT3 | 1 | The CCITT3 compression schema is used. | |
| CCITT4 | 2 | The CCITT4 compression schema is used. | |
| LZW | 3 | The LZW compression schema is used. | |
| RLE | 4 | The RLE compression schema is used. | |
| ZIP | 5 | The ZIP compression schema is used. |