Overview
PsToken is a class in Aspose.Page FOSS for Python.
Represents a token from a PostScript/EPS input stream.
Properties: kind, value.
Properties
| Name | Type | Access | Description |
|---|
kind | str | Read | Gets the kind. |
value | object | Read | Gets the value. |
See Also