PsPage

Overview

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

Editable PS/EPS page.

Properties: canvas, content, dirty, height, width.

Properties

NameTypeAccessDescription
widthfloatReadGets the width.
heightfloatReadGets the height.
contentlist[str]ReadGets the content.
dirtyboolReadGets the dirty.
canvas"PsCanvas"ReadGets the canvas.

See Also