PsSaveState
Overview
PsSaveState is a class in Aspose.Page FOSS for Python.
Properties: dictionary_stack, execution_stack, graphics_state_stack, operand_stack.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operand_stack | PsStack[PsObject] | Read | Gets the operand stack. |
execution_stack | PsStack[PsObject] | Read | Gets the execution stack. |
dictionary_stack | PsStack[PsDict] | Read | Gets the dictionary stack. |
graphics_state_stack | PsStack[GraphicsState] | Read | Gets the graphics state stack. |