VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class
In This Topic
TextRegion Class Methods
In This Topic
For a list of all methods of this type, see TextRegion.
Public Methods
 NameDescription
Public MethodDetermines whether this text region contains specified text symbol.
Public MethodDetermines that this region contains specified point, in text region space.
Public Methodstatic (Shared in Visual Basic)Extracts the text region that contains symbols, which are contained in region that specifies set of rectangles.
Public Methodstatic (Shared in Visual Basic)Extracts the text region that contains symbols, which are intersected with region that specifies set of rectangles.
Public MethodFinds a text symbol at specified coordinates.
Public MethodOverloaded. Finds the text using regular expression in this text region.
Public MethodReturns the font size, in points, of specified symbol.
Public MethodReturns the index of line, which contains specified text region symbol.
Public MethodOverloaded. Returns a text region that contains specified text line.
Public MethodReturns the selection bounding box of text region.
Public MethodReturns the width of the space for specified text region symbol.
Public MethodOverloaded. Returns a subregion of this text region.
Public MethodReturns an array that contains indices of specified symbols.
Public MethodReturns the transform from image space, in pixels, to the text region space.
Public MethodReturns the transform from text region space to the image space, in pixels.
Public Methodstatic (Shared in Visual Basic)Returns the unique text symbols for specified text regions.
Public MethodOverloaded. Returns the words of this text region.
Public MethodOverloaded. Returns a text region that contains specified symbol.
Public MethodReturns the string representation of this TextRegion.
See Also