Table of Contents

Class DoNothingFilter

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

A filter that doesn't modify the stream at all

public class DoNothingFilter : IFilterHandler
Inheritance
DoNothingFilter
Implements
Inherited Members

Constructors

DoNothingFilter()

public DoNothingFilter()

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[]