C# Class iTextSharp.text.pdf.FilterHandlers.Filter_ASCIIHEXDECODE

Inheritance: IFilterHandler
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
Decode ( byte b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary ) : byte[]

Method Details

Decode() public method

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