[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.TextLineFragment.-ctor

TextLineFragment Constructor

TextLineFragment(int, int, int)

Initialize a new instance of the TextLineFragment class.

Declaration
public TextLineFragment(int lineIndex, int startIndex, int length)
Public Sub New(lineIndex As Integer, startIndex As Integer, length As Integer)
Parameters
Type Name Description
int lineIndex

The value of LineIndex.

int startIndex

The value of StartIndex.

int length

The value of Length.