PassthroughFilter
Overview
PassthroughFilter is a class in Aspose.Pdf FOSS for Java.
Inherits from: COSFilter.
No-op filter: returns data unchanged.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | COSName | Read |
Methods
| Signature | Description |
|---|---|
PassthroughFilter(filterName: String) | Creates a passthrough filter with the given canonical name. |
decode(encoded: byte[], params: COSDictionary) → byte[] | |
encode(decoded: byte[], params: COSDictionary) → byte[] | |
getName() → COSName |