|
iText 7 7.1.10 API
|
Handles CCITTFaxDecode filter More...
Public Member Functions |
|
| virtual byte[] | Decode (byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) |
| Decode the byte[] using the provided filterName. More... |
|
Handles CCITTFaxDecode filter
|
inlinevirtual |
Decode the byte[] using the provided filterName.
| 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[]. |
Implements iText.Kernel.Pdf.Filters.IFilterHandler.