PassthroughFilter
Overview
PassthroughFilter is a class in Aspose.PDF FOSS for Java.
Inherits from: PdfFilter.
No-op filter: returns data unchanged.
This class provides 4 methods for working with PassthroughFilter objects in Java programs.
Available methods include: PassthroughFilter, 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 |
|---|---|
PassthroughFilter(filterName: String) | Creates a passthrough filter with the given canonical name. |
decode(encoded: byte[], params: PdfDictionary) → byte[] | |
encode(decoded: byte[], params: PdfDictionary) → byte[] | |
getName() → PdfName | Returns the name. |