Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Pdf.TextMap Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides extension methods for the ITextRunFragment interface.
    ClassRepresents a fragment of text in a ITextMap.
    Interfaces
     InterfaceDescription
    InterfaceDefines text formatting attributes.
    InterfaceRepresents a single character in a ITextLine.

    Note that an ITextChar can be represented by several UTF-16 character codes, e.g. some Unicode ranges use two UTF-16 codes to represent a single character.

    InterfaceRepresents a single continuous line of text.
    InterfaceRepresents the text map of a page or of a portion of a page. Provides methods for text searching, hit testing etc.

    The pixel values used by the text map's methods and properties are determined by the X and Y resolution passed to the GrapeCity.Documents.Pdf.Page.GetTextMap method to create the text map.

    InterfaceRepresents a paragraph of text.
    InterfaceRepresents a portion of a text paragraph with the same formatting, possibly spanning several lines.
    InterfaceRepresents a fragment of a text run that resides on a single text line.
    Structures
     StructureDescription
    StructureRepresents hit test info in a ITextMap.
    StructureRepresents a logical position in a ITextMap.
    StructureRepresents a range of characters in a ITextLine.
    Delegates
     DelegateDescription
    DelegateDefines the callback method used in text search (see ITextMap.FindText).
    Enumerations
     EnumerationDescription
    EnumerationSpecifies how deleting text affects the surrounding content.
    See Also