[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.GetText

GetText Method

GetText()

Returns the text associated with this element. This method calls GetParagraphs() and returns an empty string if that method returns null.

Declaration
public string GetText()
Public Function GetText() As String
Returns
Type Description
string

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