Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMapExt Class / GetText Method
The current ITextMap.
The target fragment.

In This Topic
    GetText Method (ITextMapExt)
    In This Topic
    Gets the text of a TextMapFragment.
    Syntax
    'Declaration
     
    Public Shared Function GetText( _
       ByVal tm As ITextMap, _
       ByVal fragment As TextMapFragment _
    ) As System.String
    public static System.string GetText( 
       ITextMap tm,
       TextMapFragment fragment
    )

    Parameters

    tm
    The current ITextMap.
    fragment
    The target fragment.

    Return Value

    The text of the fragment.
    See Also