set_SelectedRegion Method
In This Topic
Sets the selected text region.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebTextRegionJS
returnValue = instance.set_SelectedRegion(value);
function set_SelectedRegion(
: WebTextRegionJS
) : any;
Parameters
- value
- Selected text region (WebTextRegionJS object).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also