[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.ShowTextBase

ShowTextBase Class

Base abstract class for PDF operators showing text.

Implements
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class ShowTextBase : OperatorBase, IVisualOperator
Public MustInherit Class ShowTextBase
    Inherits OperatorBase
    Implements IVisualOperator

Methods

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.