Documents for PDF, .NET Edition Documentation
ITextMap Interface Members
Properties  Methods 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.TextMap Namespace : ITextMap Interface

The following tables list the members exposed by ITextMap.

Public Properties
 NameDescription
 Property (Inherited from System.Collections.Generic.IReadOnlyCollection<ITextLine>)
 Property (Inherited from System.Collections.Generic.IReadOnlyList<ITextLine>)
Top
Public Methods
 NameDescription
 MethodPerforms a text search within this text map. The callback is called for each found instance.  
 MethodGets the coordinates of a TextLineFragment on the page.  
 MethodOverloaded. Gets a TextMapFragment that represents the text within a specified range (from startPos to endPos).  
 MethodGets a TextMapFragment that represents the text from pos to the end of the page.  
 MethodGets a TextMapFragment that represents the text from the start of the page to pos.  
 MethodGets the text of a TextLineFragment.  
 MethodGets the info about a word at a specified position in a line.  
 MethodPerforms hit testing on the map.

This method accepts a pixel location relative to the top left corner of the page, and provides info about the text in that location.

 
Top
See Also

Reference

ITextMap Interface
GrapeCity.Documents.Pdf.TextMap Namespace