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

In This Topic
    GetParagraph Method
    In This Topic
    Returns an GrapeCity.Documents.Pdf.TextMap.ITextParagraph object representing the paragraph of text associated with the current content item, or null if no paragraph is associated with current item.
    Syntax
    'Declaration
     
    Public Function GetParagraph() As ITextParagraph
    public ITextParagraph GetParagraph()

    Return Value

    The GrapeCity.Documents.Pdf.TextMap.ITextParagraph representing the paragraph, or null.
    See Also