[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.GetText

GetText Method

GetText(TextLineFragment)

Gets the text of a TextLineFragment.

Declaration
string GetText(TextLineFragment br)
Function GetText(br As TextLineFragment) As String
Parameters
Type Name Description
TextLineFragment br

The TextLineFragment.

Returns
Type Description
string

The text of the TextLineFragment.

GetText()

Gets the whole text represented by this map.

Declaration
string GetText()
Function GetText() As String
Returns
Type Description
string

The map text.