Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextLineFragment Structure
Fields Methods

In This Topic
    TextLineFragment Structure Members
    In This Topic

    The following tables list the members exposed by TextLineFragment.

    Public Constructors
     NameDescription
    Public ConstructorInitialize a new instance of the TextLineFragment class.  
    Top
    Public Fields
     NameDescription
    Public FieldThe 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.  
    Public FieldThe index of the ITextLine in the ITextMap.  
    Public FieldThe index of the first ITextChar in the ITextLine.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public MethodReturns the hash code for this instance.  
    Top
    Public Operators
    Tests whether two specified TextLineFragment objects are equivalent.
    Tests whether two specified TextLineFragment objects are NOT equivalent.
    Top
    See Also