[]
Base abstract class representing PDF operator.
public abstract class OperatorBase
Public MustInherit Class OperatorBase
Name | Description |
---|---|
OperatorBase() |
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. |