iText 7 7.1.8 API
iText.Kernel.Pdf.Filters.CCITTFaxDecodeFilter Class Reference

Handles CCITTFaxDecode filter More...

Inheritance diagram for iText.Kernel.Pdf.Filters.CCITTFaxDecodeFilter:
iText.Kernel.Pdf.Filters.IFilterHandler

Public Member Functions

virtual byte[]  Decode (byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
  Decode the byte[] using the provided filterName. More...
 

Detailed Description

Handles CCITTFaxDecode filter

Member Function Documentation

◆ Decode()

virtual byte [] iText.Kernel.Pdf.Filters.CCITTFaxDecodeFilter.Decode ( byte[]  b,
PdfName  filterName,
PdfObject  decodeParams,
PdfDictionary  streamDictionary 
)
inlinevirtual

Decode the byte[] using the provided filterName.

Parameters
b the bytes that need to be decoded
filterName PdfName of the filter
decodeParams decode parameters
streamDictionary the dictionary of the stream. Can contain additional information needed to decode the byte[].
Returns
decoded byte array

Implements iText.Kernel.Pdf.Filters.IFilterHandler.