VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / set_SelectionMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SelectionMode Method
    In This Topic
    Sets the text selection mode.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebTextSelectionModeEnumJS
    
    returnValue = instance.set_SelectionMode(value);
    
    
    function set_SelectionMode(
    value
    An instance of WebTextSelectionModeEnumJS class that defines the text selection mode.
    : WebTextSelectionModeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebTextSelectionModeEnumJS class that defines the text selection mode.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also