[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.ContentItem.GetText

GetText Method

GetText()

Returns the text of the paragraph associated with the current content item (as returned by GetParagraph()), or an empty string if no paragraph is associated with the current item.

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

The text of the paragraph, or null.