Table of Contents

Class DctDecodeFilter

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

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

Returns

byte[]