[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextLine.GetText

GetText Method

GetText(int, int)

Returns the text of a range of ITextChar objects in this line.

Declaration
string GetText(int startIndex, int count)
Function GetText(startIndex As Integer, count As Integer) As String
Parameters
Type Name Description
int startIndex

The starting index of ITextChar object.

int count

The count of ITextChar objects.

Returns
Type Description
string

The text of specified range of ITextChar objects.