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
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets the name. |
min_operands | int | Read | Gets the min operands. |
max_operands | int | None | Read | Gets the max operands. |
fn | Callable[[ExecutionContext], None] | Read | Gets the fn. |