OperatorEntry

Overview

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

Descriptor for a registered PostScript operator.

Properties: fn, max_operands, min_operands, name.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
min_operandsintRead/WriteGets or sets the min operands.
max_operandsint | NoneRead/WriteGets or sets the max operands.
fnCallable[[ExecutionContext], None]Read/WriteGets or sets the fn.

See Also

 English