[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMapExt

ITextMapExt Class

Provides extension methods for the ITextMap interface.

Inheritance
ITextMapExt
Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public static class ITextMapExt
Public Module ITextMapExt

Methods

Name Description
GetFragmentFromQuadrilateral(ITextMap, Quadrilateral)

Returns the TextMapFragment containing all characters inside the specified quadrilateral, or null if no fragment could be found. A character is included if 50% or more of its area is inside the quadrilateral.

GetFragmentFromRect(ITextMap, RectangleF)

Returns the TextMapFragment containing all characters inside the specified rectangle, or null if no fragment could be found. A character is included if 50% or more of its area is inside the quadrilateral.

GetLines(ITextMap, TextMapFragment)

Gets the lines of text in a TextMapFragment.

GetText(ITextMap, TextMapFragment)

Gets the text of a TextMapFragment.