Enum TiffCompression
Specifies the TIFF compression algorithm to be used when saving barcodes in such image format.
Namespace: Neodynamic.WinControls.BarcodeProfessional
Assembly: Neodynamic.WinControls.BarcodeProfessional.dll
Syntax
public enum TiffCompression
Fields
Name | Description |
---|---|
CCITT3 | Specifies the International Telegraph and Telephone Consultative Committee Group 3 (CCITT3) compression algorithm. |
CCITT4 | Specifies the International Telegraph and Telephone Consultative Committee Group 4 (CCITT4) compression algorithm. |
LZW | Specifies the Lempel-Ziv-Welch (LZW) compression algorithm. |
None | Specifies no compression. |
RLE | Specifies the Run-Length Encoding (RLE) compression algorithm. |