Table of Contents

Class ASCII85DecodeFilter

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

Handles ASCII85Decode filter

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

Constructors

ASCII85DecodeFilter()

public ASCII85DecodeFilter()

Methods

ASCII85Decode(byte[])

Decodes the input bytes according to ASCII85.

public static byte[] ASCII85Decode(byte[] @in)

Parameters

in byte[]

the byte[] to be decoded

Returns

byte[]

the decoded byte[]

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