Skip to main content
Skip table of contents

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
ReturnsName
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
TypeNameDescription
byte``[]b
PdfNamefilterName
PdfObjectdecodeParams
PdfDictionarystreamDictionary

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.