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

Namespace: Neodynamic.Web.MVC.Barcode
Assembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.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