Table of Contents

Enum CosStreamFilter

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies names of COS stream filters.

public enum CosStreamFilter

Fields

Ascii85 = 1

Decodes data encoded in an ASCII base-85 representation.

AsciiHex = 0

Decodes data encoded in an ASCII hexadecimal representation.

CcittFax = 5

Decompresses data encoded using the CCITT facsimile standard.

Crypt = 9

Decrypts data encrypted by a security handler.

Dct = 7

Decompresses data encoded using a DCT (discrete cosine transform) technique based on the JPEG standard.

Flate = 3

Decompresses data encoded using the zlib/deflate compression method.

JBig2 = 6

Decompresses data encoded using the JBIG2 standard.

Jpx = 8

Decompresses data encoded using the wavelet-based JPEG2000 standard.

Lzw = 2

Decompresses data encoded using the LZW (Lempel-Ziv-Welch) adaptive compression method.

RunLength = 4

Decompresses data encoded using a byte-oriented run-length encoding algorithm.