VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / getSelectedRegion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getSelectedRegion Method
In This Topic
Returns the selected region for specified image.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();

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

// Parameters
var image; // Type: WebImageJS

value = instance.getSelectedRegion(image);

Parameters

image
The image.

Return Value

Text region, which is selected on specified image.
Browser Compatibility
56+
45+
11
See Also