VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / get_IsSelectionEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsSelectionEnabled Method
    In This Topic
    Gets a value indicating whether the text selection is enabled.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
    
    var value; // Type: boolean
    value = instance.get_IsSelectionEnabled();
    
    
    function get_IsSelectionEnabled() : boolean;
    

    Return Value

    True - text selection is enabled; false - text selection is disabled. Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also