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

    Return Value

    A value indicating whether selection can be used only on image area. Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also