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