iText 5

IFilterHandler

IFilterHandler Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.FilterHandlers iTextSharp.text.pdf.FilterHandlers.IFilterHandler[[IFilterHandler]] class iTextSharp.text.pdf.FilterHandlers.IFilterHandler interfaceStyle; end

Members

Methods

Public methods

Returns

Name

byte``[]

Decode

(byte``[] b,

PdfName

filterName,

PdfObject

decodeParams,

PdfDictionary

streamDictionary)

Details

Methods

Decode

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

Arguments

Type

Name

Description

byte``[]

b

PdfName

filterName

PdfObject

decodeParams

PdfDictionary

streamDictionary

Generated with ModularDoc