FilterResult

Overview

FilterResult is a class in Aspose.Page FOSS for Python.

Result of decoding a filter chain.

Properties: data, params, remaining_filter.

Properties

NameTypeAccessDescription
databytesReadGets the data.
remaining_filterstr | NoneReadGets the remaining filter.
paramsdict | NoneReadGets the params.

See Also