VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionToolJS type / set_SelectionOnlyOnImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_SelectionOnlyOnImage Method
In This Topic
Sets a value indicating whether selection can be used only on image area.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_SelectionOnlyOnImage(value);

Parameters

value
A value indicating whether selection can be used only on image area. Default value is true.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also