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

SignatureDescription
__init__()
register(resource: XpsImageResource)strRegister an image resource and return its ID.
get(image_id: str)XpsImageResourceReturn a previously registered image resource.

See Also