XpsImageStore
Overview
XpsImageStore is a class in Aspose.Page FOSS for Python.
This class provides 3 methods for working with XpsImageStore objects in Python programs.
Available methods include: __init__, get, register.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | |
register(resource: XpsImageResource) → str | Register an image resource and return its ID. |
get(image_id: str) → XpsImageResource | Return a previously registered image resource. |