Table of Contents

Class RunLengthDecodeFilter

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

Handles RunLengthDecode filter.

public class RunLengthDecodeFilter : MemoryLimitsAwareFilter, IFilterHandler
Inheritance
RunLengthDecodeFilter
Implements
Inherited Members

Constructors

RunLengthDecodeFilter()

public RunLengthDecodeFilter()

Methods

Decode(byte[], PdfName, PdfObject, PdfDictionary)

public override byte[] Decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)

Parameters

b byte[]
filterName PdfName
decodeParams PdfObject
streamDictionary PdfDictionary

Returns

byte[]