In This Topic
For a list of all methods of this type, see
TextRegion.
Public Methods
| | Name | Description |
 | Contains | Determines whether this text region contains specified text symbol. |
 | ContainsPoint | Determines that this region contains specified point, in text region space. |
  | ExtractContainedRegion | Extracts the text region that contains symbols, which are contained in region that specifies set of rectangles. |
  | ExtractIntersectedRegion | Extracts the text region that contains symbols, which are intersected with region that specifies set of rectangles. |
 | FindSymbol | Finds a text symbol at specified coordinates. |
 | FindText | Overloaded. Finds the text using regular expression in this text region. |
 | GetFontSizeInPoints | Returns the font size, in points, of specified symbol. |
 | GetLineIndexBySymbol | Returns the index of line, which contains specified text region symbol. |
 | GetLineSubregion | Overloaded. Returns a text region that contains specified text line. |
 | GetSelectionBoundingBox | Returns the selection bounding box of text region. |
 | GetSpaceWidth | Returns the width of the space for specified text region symbol. |
 | GetSubregion | Overloaded. Returns a subregion of this text region. |
 | GetSymbolIndexes | Returns an array that contains indices of specified symbols. |
 | GetTransformFromImageToTextSpace | Returns the transform from image space, in pixels, to the text region space. |
 | GetTransformFromTextToImageSpace | Returns the transform from text region space to the image space, in pixels. |
  | GetUniqueTextSymbols | Returns the unique text symbols for specified text regions. |
 | GetWords | Overloaded. Returns the words of this text region. |
 | GetWordSubregion | Overloaded. Returns a text region that contains specified symbol. |
 | ToString | Returns the string representation of this TextRegion. |
See Also