Class JpxDecodeFilter
Handles a JPXDecode filter.
public class JpxDecodeFilter : IFilterHandler
- Inheritance
-
JpxDecodeFilter
- Implements
- Inherited Members
Remarks
Handles a JPXDecode filter. For now no modification applies and the data would be return as is (in JPEG2000 format).
Constructors
JpxDecodeFilter()
public JpxDecodeFilter()
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[]