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

In This Topic
    GetParagraphs Method
    In This Topic
    Returns the list of GrapeCity.Documents.Pdf.TextMap.ITextParagraph objects representing the content associated with the current element.
    Syntax
    'Declaration
     
    Public Function GetParagraphs() As System.Collections.Generic.IList(Of ITextParagraph)
    public System.Collections.Generic.IList<ITextParagraph> GetParagraphs()

    Return Value

    The list of paragraphs associated with this element.
    See Also