VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebImageViewerContextMenuJS type / get_CanSelectAllText Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanSelectAllText Method
    In This Topic
    Gets a value indicating whether context menu should contain item, which allow to select all text on the page.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebImageViewerContextMenuJS(imageViewer, settings);
    
    var value; // Type: boolean
    value = instance.get_CanSelectAllText();
    
    
    function get_CanSelectAllText() : boolean;
    

    Return Value

    True - context menu should contain items, which allow to copy selected text to the web browser clipboard; False - context menu should not contain items, which allow to copy selected text to the web browser clipboard. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also