Specifies the TIFF compression algorithm to be used when saving barcodes in such image format.
Namespace: Neodynamic.Web.MVC.BarcodeAssembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.0.2000.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Specifies no compression. | |
LZW | 1 | Specifies the Lempel-Ziv-Welch (LZW) compression algorithm. | |
CCITT3 | 2 | Specifies the International Telegraph and Telephone Consultative Committee Group 3 (CCITT3) compression algorithm. | |
CCITT4 | 3 | Specifies the International Telegraph and Telephone Consultative Committee Group 4 (CCITT4) compression algorithm. | |
RLE | 4 | Specifies the Run-Length Encoding (RLE) compression algorithm. |
See Also