RenderResources

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

NameTypeAccessDescription
color_spacesdict[str, ColorSpace]ReadGets the color spaces.
patternsdict[str, Pattern]ReadGets the patterns.
functionsdict[str, Function]ReadGets the functions.
imagesdict[str, "RenderImageResource"]ReadGets the images.

See Also