Overview
RenderPage is a class in Aspose.Page FOSS for Python.
A single renderable page with commands.
Properties: commands, height, width.
Properties
| Name | Type | Access | Description |
|---|
width | float | Read | Gets the width. |
height | float | Read | Gets the height. |
commands | list[RenderCommand] | Read | Gets the commands. |
See Also