PsPage
Overview
PsPage is a class in Aspose.Page FOSS for Python.
Editable PS/EPS page.
Properties: canvas, content, dirty, height, width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | float | Read | Gets the width. |
height | float | Read | Gets the height. |
content | list[str] | Read | Gets the content. |
dirty | bool | Read | Gets the dirty. |
canvas | "PsCanvas" | Read | Gets the canvas. |