[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMapExt.GetLines

GetLines Method

GetLines(ITextMap, TextMapFragment)

Gets the lines of text in a TextMapFragment.

Declaration
public static List<string> GetLines(this ITextMap tm, TextMapFragment fragment)
Public Shared Function GetLines(tm As ITextMap, fragment As TextMapFragment) As List(Of String)
Parameters
Type Name Description
ITextMap tm

The current ITextMap.

TextMapFragment fragment

The target fragment.

Returns
Type Description
List<string>

The list of all lines belonging to the fragment..