FilterResult
Overview
FilterResult is a class in Aspose.Page FOSS for Python.
Result of decoding a filter chain.
Properties: data, params, remaining_filter.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | bytes | Read | Gets the data. |
remaining_filter | str | None | Read | Gets the remaining filter. |
params | dict | None | Read | Gets the params. |