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

In This Topic
    GetText Method (ContentItem)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Function GetText() As System.String
    public System.string GetText()

    Return Value

    The text of the paragraph, or null.
    See Also