PsSaveState

Overview

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

Properties: dictionary_stack, execution_stack, graphics_state_stack, operand_stack.

Properties

NameTypeAccessDescription
operand_stackPsStack[PsObject]ReadGets the operand stack.
execution_stackPsStack[PsObject]ReadGets the execution stack.
dictionary_stackPsStack[PsDict]ReadGets the dictionary stack.
graphics_state_stackPsStack[GraphicsState]ReadGets the graphics state stack.

See Also