Enum CosStreamFilter
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies names of COS stream filters.
public enum CosStreamFilter
Fields
Ascii85 = 1Decodes data encoded in an ASCII base-85 representation.
AsciiHex = 0Decodes data encoded in an ASCII hexadecimal representation.
CcittFax = 5Decompresses data encoded using the CCITT facsimile standard.
Crypt = 9Decrypts data encrypted by a security handler.
Dct = 7Decompresses data encoded using a DCT (discrete cosine transform) technique based on the JPEG standard.
Flate = 3Decompresses data encoded using the zlib/deflate compression method.
JBig2 = 6Decompresses data encoded using the JBIG2 standard.
Jpx = 8Decompresses data encoded using the wavelet-based JPEG2000 standard.
Lzw = 2Decompresses data encoded using the LZW (Lempel-Ziv-Welch) adaptive compression method.
RunLength = 4Decompresses data encoded using a byte-oriented run-length encoding algorithm.