[]
Base abstract class for PDF operators showing text.
public abstract class ShowTextBase : OperatorBase, IVisualOperator
Public MustInherit Class ShowTextBase
Inherits OperatorBase
Implements IVisualOperator
Name | Description |
---|---|
GetBounds() | Returns the text's bounds. |
GetBoundsEx(out Quadrilateral?) | Tries to get bounds of the operator, returns false if it is not possible. |
GetText() | Returns the operator text. |
IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |