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
Details
Methods
Decode
public byte Decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
Arguments
Generated with ModularDoc