Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class
Members

In This Topic
    TextMapFragment Class
    In This Topic
    Represents a fragment of text in a ITextMap.
    Object Model
    TextMapFragment Class
    Syntax
    'Declaration
     
    Public Class TextMapFragment 
       Inherits System.Collections.Generic.List(Of TextLineFragment)
    public class TextMapFragment : System.Collections.Generic.List<TextLineFragment> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.Documents.Pdf.TextMap.TextMapFragment

    See Also