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/Write | Gets or sets the name. |
min_operands | int | Read/Write | Gets or sets the min operands. |
max_operands | int | None | Read/Write | Gets or sets the max operands. |
fn | Callable[[ExecutionContext], None] | Read/Write | Gets or sets the fn. |