TiffCompression EnumerationNeodynamic Barcode Professional SDK for .NET Class Reference
Specifies the TIFF compression algorithm to be used when saving barcodes in such image format.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
Syntax

public enum TiffCompression
Members

  Member nameValueDescription
None0 Specifies no compression.
LZW1 Specifies the Lempel-Ziv-Welch (LZW) compression algorithm.
CCITT32 Specifies the International Telegraph and Telephone Consultative Committee Group 3 (CCITT3) compression algorithm.
CCITT43 Specifies the International Telegraph and Telephone Consultative Committee Group 4 (CCITT4) compression algorithm.
RLE4 Specifies the Run-Length Encoding (RLE) compression algorithm.
See Also