Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextLine Interface / GetText Method
The starting index of ITextChar object.
The count of ITextChar objects.

In This Topic
    GetText Method (ITextLine)
    In This Topic
    Returns the text of a range of ITextChar objects in this line.
    Syntax
    'Declaration
     
    Function GetText( _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer _
    ) As System.String
    System.string GetText( 
       System.int startIndex,
       System.int count
    )

    Parameters

    startIndex
    The starting index of ITextChar object.
    count
    The count of ITextChar objects.

    Return Value

    The text of specified range of ITextChar objects.
    See Also