JBIG2DecodeFilter

JBIG2DecodeFilter

Overview

JBIG2DecodeFilter is a class in Aspose.Pdf FOSS for Java. Inherits from: COSFilter.

JBIG2Decode filter — decodes JBIG2-encoded monochrome images.

Properties

NameTypeAccessDescription
nameCOSNameRead

Methods

SignatureDescription
decode(encoded: byte[], params: COSDictionary)byte[]
encode(decoded: byte[], params: COSDictionary)byte[]Not implemented in the FOSS edition — throws at runtime.
getName()COSName

See Also