Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMapExt Class
Methods

In This Topic
    ITextMapExt Class Members
    In This Topic

    The following tables list the members exposed by ITextMapExt.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns the TextMapFragment containing all characters inside the specified quadrilateral, or a null reference (Nothing in Visual Basic) if no fragment could be found. A character is included if 50% or more of its area is inside the quadrilateral.  
    Public Methodstatic (Shared in Visual Basic)Returns the TextMapFragment containing all characters inside the specified rectangle, or a null reference (Nothing in Visual Basic) if no fragment could be found. A character is included if 50% or more of its area is inside the quadrilateral.  
    Public Methodstatic (Shared in Visual Basic)Gets the lines of text in a TextMapFragment.  
    Public Methodstatic (Shared in Visual Basic)Gets the text of a TextMapFragment.  
    Top
    See Also