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

In This Topic
    GetLines Method
    In This Topic
    Gets the lines of text in a TextMapFragment.
    Syntax
    'Declaration
     
    Public Shared Function GetLines( _
       ByVal tm As ITextMap, _
       ByVal fragment As TextMapFragment _
    ) As System.Collections.Generic.List(Of String)
    public static System.Collections.Generic.List<string> GetLines( 
       ITextMap tm,
       TextMapFragment fragment
    )

    Parameters

    tm
    The current ITextMap.
    fragment
    The target fragment.

    Return Value

    The list of all lines belonging to the fragment..
    See Also