[]
Provides extension methods for the ITextMap interface.
public static class ITextMapExt
Public Module ITextMapExt
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. |