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/Write | Gets or sets the width. |
height | float | Read/Write | Gets or sets the height. |
content | list[str] | Read/Write | Gets or sets the content. |
dirty | bool | Read/Write | Gets or sets the dirty. |
canvas | "PsCanvas" | Read/Write | Gets or sets the canvas. |