[]
Base abstract class for PDF operators showing text.
public abstract class ShowTextBase : OperatorBase, IVisualOperator
Returns the text's bounds.
public RectangleF? GetBounds()
Tries to get bounds of the operator, returns false if it is not possible.
public void GetBoundsEx(out Quadrilateral? bounds)
bounds Quadrilateral?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.