VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class
Constructors Properties Methods SeeAlso
In This Topic
    TextRegion Class Members
    In This Topic
    The following tables list the members exposed by TextRegion.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether text region can contain multiline words.
    Public PropertyGets or sets the formatter that is used for formatting the text content of this region.
    Public PropertyGets a value indicating whether TextRegion does not have symbols.
    Public PropertyGets the lines of text symbols of this region.
    Public PropertyGets or sets the line spacing factor.
    Public PropertyGets or sets a value indicating whether text region formatter cannot change symbols in this text region.
    Public PropertyGets the rectangle of this region.
    Public PropertyGets an array of selection regions for this region.
    Public PropertyGets or sets the selection space factor.
    Public PropertyGets the text symbols of this region.
    Public PropertyGets a text content of this region.
    Public PropertyGets the TextRegionSymbol at the specified index.
    Public PropertyGets or sets the transform from DIP space to the text region space.
    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