Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface
Members

In This Topic
    ITextMap Interface
    In This Topic
    Represents 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.

    Object Model
    ITextMap Interface
    Syntax
    'Declaration
     
    Public Interface ITextMap 
    public interface ITextMap 
    See Also