TiffCompressionMethod Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Defines possible compression methods that can be used for tiff saving.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public enum TiffCompressionMethod
Members

  Member nameValueDescription
LZW2 Specifies the LZW(Lempel-Ziv-Welch) compression method.
CCIT44 Specifies the CCITT4 compression method.
RLE5 Specifies the RLE compression method.
None6 Compression is not used.
See Also

Reference