Enum TiffCompression
Specifies the supported compression schemes for Tagged Image File Format (TIFF) bitmap images.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum TiffCompression
Fields
CCITT3
The CCITT3 compression schema is used.
Declaration
CCITT3 = 1
Field Value
Type | Description |
---|---|
TiffCompression |
CCITT4
The CCITT4 compression schema is used.
Declaration
CCITT4 = 2
Field Value
Type | Description |
---|---|
TiffCompression |
LZW
The LZW compression schema is used.
Declaration
LZW = 3
Field Value
Type | Description |
---|---|
TiffCompression |
None
The Tagged Image File Format (TIFF) image is not compressed.
Declaration
None = 0
Field Value
Type | Description |
---|---|
TiffCompression |
RLE
The RLE compression schema is used.
Declaration
RLE = 4
Field Value
Type | Description |
---|---|
TiffCompression |
ZIP
The ZIP compression schema is used.
Declaration
ZIP = 5
Field Value
Type | Description |
---|---|
TiffCompression |