Enum TiffCompression

Info

Used to specify the Compression type for the Documentize.PdfToTiffOptions.

public enum TiffCompression

Fields

  • CCITT3 = 2: Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.
  • CCITT4 = 1: Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.
  • LZW = 0: Specifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.
  • None = 4: Specifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.
  • RLE = 3: Specifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.

Namespace: Documentize Assembly: Documentize.dll