[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.GetText

GetText Method

GetText(TextLineFragment)

Gets the text of a TextLineFragment.

Declaration
string GetText(TextLineFragment br)
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()
Returns
Type Description
string

The map text.