Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextLineFragment Structure / Length Field

In This Topic
    Length Field (TextLineFragment)
    In This Topic
    The number of ITextChars in this fragment. A value of -1 indicates that this fragment includes all characters from StartIndex to the end of the line.
    Syntax
    'Declaration
     
    Public Length As System.Integer
    public System.int Length
    See Also