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

var value; // Type: any

// Parameters
var value; // Type: WebTextRegionJS
var image; // Type: WebImageJS

value = instance.setSelectedRegion(value, image);

Parameters

value
Text region (WebTextRegionJS object).
image
The image (WebImageJS object).
Browser Compatibility
56+
45+
11
See Also