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: 5.0.3500.0 (5.0.3500.4)
Syntax
| C# |
|---|
public enum TiffCompression |
| Visual Basic |
|---|
Public Enumeration TiffCompression |
| Visual C++ |
|---|
public enum class TiffCompression |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| CCITT3 | ||
| CCITT4 | ||
| LZW | ||
| RLE | ||
| ZIP |