RenderResources
Overview
RenderResources is a class in Aspose.Page FOSS for Python.
Shared render resources for a document.
Properties: color_spaces, functions, images, patterns.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
color_spaces | dict[str, ColorSpace] | Read | Gets the color spaces. |
patterns | dict[str, Pattern] | Read | Gets the patterns. |
functions | dict[str, Function] | Read | Gets the functions. |
images | dict[str, "RenderImageResource"] | Read | Gets the images. |