Table of Contents

Class ASCIIHexDecodeFilter

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

Handles ASCIIHexDecode filter

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

Constructors

ASCIIHexDecodeFilter()

public ASCIIHexDecodeFilter()

Methods

ASCIIHexDecode(byte[])

Decodes a byte[] according to ASCII Hex encoding.

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

Parameters

in byte[]

byte[] to be decoded

Returns

byte[]

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