Class DctDecodeFilter
Handles a DCTDecode filter.
public class DctDecodeFilter : IFilterHandler
- Inheritance
-
DctDecodeFilter
- Implements
- Inherited Members
Remarks
Handles a DCTDecode filter. For now no modification applies and the data would be return as is (in JPEG baseline format).
Constructors
DctDecodeFilter()
public DctDecodeFilter()
Methods
Decode(byte[], PdfName, PdfObject, PdfDictionary)
public virtual byte[] Decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Parameters
b
byte[]filterName
PdfNamedecodeParams
PdfObjectstreamDictionary
PdfDictionary
Returns
- byte[]