Show / Hide Table of Contents

Enum TiffCompression

Specifies the TIFF compression algorithm to be used when saving barcodes in such image format.

Namespace:Neodynamic.WebControls.BarcodeProfessional
Assembly:Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum TiffCompression

Fields

CCITT3

Specifies the International Telegraph and Telephone Consultative Committee Group 3 (CCITT3) compression algorithm.

Declaration
CCITT3 = 2
Field Value
Type Description
TiffCompression

CCITT4

Specifies the International Telegraph and Telephone Consultative Committee Group 4 (CCITT4) compression algorithm.

Declaration
CCITT4 = 3
Field Value
Type Description
TiffCompression

LZW

Specifies the Lempel-Ziv-Welch (LZW) compression algorithm.

Declaration
LZW = 1
Field Value
Type Description
TiffCompression

None

Specifies no compression.

Declaration
None = 0
Field Value
Type Description
TiffCompression

RLE

Specifies the Run-Length Encoding (RLE) compression algorithm.

Declaration
RLE = 4
Field Value
Type Description
TiffCompression
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com