[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.ShowTextBase

Class ShowTextBase

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

Base abstract class for PDF operators showing text.

public abstract class ShowTextBase : OperatorBase, IVisualOperator
Inheritance
ShowTextBase
Implements
Derived
Inherited Members

Methods

GetBounds()

Returns the text's bounds.

public RectangleF? GetBounds()

Returns

RectangleF?

GetBoundsEx(out Quadrilateral?)

Tries to get bounds of the operator, returns false if it is not possible.

public void GetBoundsEx(out Quadrilateral? bounds)

Parameters

bounds Quadrilateral?

GetText()

Returns the operator text.

public string GetText()

Returns

string

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.