PsImageStore

Overview

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

Store image resources by id.

This class provides 4 methods for working with PsImageStore objects in Python programs. Available methods include: __init__, get, items, register. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.

Methods

SignatureDescription
__init__()
register(image: PsImageResource)str
get(image_id: str)PsImageResource
items()

See Also