RenderPage

Overview

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

A single renderable page with commands.

Properties: commands, height, width.

Properties

NameTypeAccessDescription
widthfloatReadGets the width.
heightfloatReadGets the height.
commandslist[RenderCommand]ReadGets the commands.

See Also