VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / getWordSubregion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getWordSubregion Method
In This Topic
Returns a text region that contains a word at specified point.
Syntax
var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);

var value; // Type: Vintasoft.Imaging.WebTextRegionJS

// Parameters
var point; // Type: object

value = instance.getWordSubregion(point);

Parameters

point
Location of word.

Return Value

WebTextRegionJS that contains a word at specified point.
Browser Compatibility
56+
45+
11
See Also