Specifies the supported compression schemes for Tagged Image File Format (TIFF) bitmap images.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public enum TiffCompression
Visual Basic
Public Enumeration TiffCompression
Visual C++
public enum class TiffCompression

Members

Member nameValueDescription
None0 The Tagged Image File Format (TIFF) image is not compressed.
CCITT31 The CCITT3 compression schema is used.
CCITT42 The CCITT4 compression schema is used.
LZW3 The LZW compression schema is used.
RLE4 The RLE compression schema is used.
ZIP5 The ZIP compression schema is used.

See Also