Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / GetText Method / GetText(TextLineFragment) Method
The TextLineFragment.

In This Topic
    GetText(TextLineFragment) Method
    In This Topic
    Gets the text of a TextLineFragment.
    Syntax
    'Declaration
     
    Overloads Function GetText( _
       ByVal br As TextLineFragment _
    ) As System.String
    System.string GetText( 
       TextLineFragment br
    )

    Parameters

    br
    The TextLineFragment.

    Return Value

    The text of the TextLineFragment.
    See Also