VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebImageViewerContextMenuJS type / get_CanCopyTextToClipboard Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanCopyTextToClipboard Method
    In This Topic
    Gets a value indicating whether context menu should contain item, which allow to copy selected text to the web browser clipboard.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebImageViewerContextMenuJS(imageViewer, settings);
    
    var value; // Type: boolean
    value = instance.get_CanCopyTextToClipboard();
    
    
    function get_CanCopyTextToClipboard() : 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