[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMapExt.GetText

GetText Method

GetText(ITextMap, TextMapFragment)

Gets the text of a TextMapFragment.

Declaration
public static string GetText(this ITextMap tm, TextMapFragment fragment)
Public Shared Function GetText(tm As ITextMap, fragment As TextMapFragment) As String
Parameters
Type Name Description
ITextMap tm

The current ITextMap.

TextMapFragment fragment

The target fragment.

Returns
Type Description
string

The text of the fragment.