[]
Base abstract class representing PDF operator.
public abstract class OperatorBase
| Name | Description |
|---|---|
| OperatorBase() |
| Name | Description |
|---|---|
| Desc | Gets the operator's description. |
| Name | Gets the operator's PDF name. |
| Name | Description |
|---|---|
| IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |
| IsSame(OperatorBase, OperatorBase) | Determines whether the specified OperatorBase instances are considered same, if both v1 and v2 are null, the method returns true. |