Table of Contents

Class JpxDecodeFilter

Namespace
iText.Kernel.Pdf.Filters
Assembly
itext.kernel.dll

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 PdfName
decodeParams PdfObject
streamDictionary PdfDictionary

Returns

byte[]