ResultContainer
Overview
ResultContainer is a class in Aspose.PDF FOSS for Python.
Holds the ordered results of a plugin operation.
This class provides 1 method for working with ResultContainer objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: result_collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
result_collection | list[OperationResult] | Read | Gets the result collection. |
Methods
| Signature | Description |
|---|---|
__init__(results: Iterable[OperationResult] | None) | Calls init(results) on this ResultContainer instance. |