Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / Element Class / GetText Method

In This Topic
    GetText Method (Element)
    In This Topic
    Returns the text associated with this element. This method calls GetParagraphs and returns an empty string if that method returns null.
    Syntax
    'Declaration
     
    Public Function GetText() As System.String
    public System.string GetText()

    Return Value

    The text associated with this element, or an empty string.
    See Also