[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.TextLineFragment

TextLineFragment Struct

Represents a range of characters in a ITextLine.

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public struct TextLineFragment : IEquatable<TextLineFragment>
Public Structure TextLineFragment
    Implements IEquatable(Of TextLineFragment)

Constructors

Name Description
TextLineFragment(int, int, int)

Initialize a new instance of the TextLineFragment class.

Fields

Name Description
Length

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.

LineIndex

The index of the ITextLine in the ITextMap.

StartIndex

The index of the first ITextChar in the ITextLine.

Methods

Operators

Name Description
operator ==(TextLineFragment, TextLineFragment)

Tests whether two specified TextLineFragment objects are equivalent.

operator !=(TextLineFragment, TextLineFragment)

Tests whether two specified TextLineFragment objects are NOT equivalent.