Documents for PDF, .NET Edition Documentation
GrapeCity.Documents.Pdf.TextMap Namespace
Inheritance Hierarchy
GrapeCity.Documents.Pdf Assembly : GrapeCity.Documents.Pdf.TextMap Namespace
Classes
 ClassDescription
ClassRepresents a fragment of text in a GrapeCity.Documents.Pdf.TextMap.TextMap.
Interfaces
 InterfaceDescription
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. 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.

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 GrapeCity.Documents.Pdf.TextMap.TextMap.FindText(GrapeCity.Documents.Pdf.FindTextParams,GrapeCity.Documents.Pdf.TextMap.FindTextCallback)).
See Also

Reference

GrapeCity.Documents.Pdf Assembly