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
namestrReadGets the name.
min_operandsintReadGets the min operands.
max_operandsint | NoneReadGets the max operands.
fnCallable[[ExecutionContext], None]ReadGets the fn.

See Also