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: 4.0.3500.0 (4.0.3500.1)
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 |