Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextLineFragment Structure / TextLineFragment Constructor
The value of LineIndex.
The value of StartIndex.
The value of Length.

In This Topic
    TextLineFragment Constructor
    In This Topic
    Initialize a new instance of the TextLineFragment class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lineIndex As System.Integer, _
       ByVal startIndex As System.Integer, _
       ByVal length As System.Integer _
    )
    public TextLineFragment( 
       System.int lineIndex,
       System.int startIndex,
       System.int length
    )

    Parameters

    lineIndex
    The value of LineIndex.
    startIndex
    The value of StartIndex.
    length
    The value of Length.
    See Also