PassthroughFilter

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

NameTypeAccessDescription
namePdfNameReadGets the name.

Methods

SignatureDescription
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()PdfNameReturns the name.

See Also

 English