CCITTFaxDecodeFilter
Overview
CCITTFaxDecodeFilter is a class in Aspose.PDF FOSS for Java.
Inherits from: PdfFilter.
CCITTFaxDecode filter — CCITT Group 3 (1D) and Group 4 (2D) fax decompression.
This class provides 3 methods for working with CCITTFaxDecodeFilter objects in Java programs.
Available methods include: decode, encode, getName.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | PdfName | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
decode(encoded: byte[], params: PdfDictionary) → byte[] | |
encode(decoded: byte[], params: PdfDictionary) → byte[] | |
getName() → PdfName | Returns the name. |