[]
Base abstract class for PDF operators showing text.
public abstract class ShowTextBase : OperatorBase, IVisualOperator
Returns the text's bounds.
public RectangleF? GetBounds()
Returns the operator text.
public string GetText()
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.