VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebObjectClipboardJS type / clear Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    clear Method
    In This Topic
    Removes all data from the Clipboard.
    Syntax
    var instance = new Vintasoft.Shared.WebObjectClipboardJS();
    
    var value; // Type: any
    value = instance.clear();
    
    
    function clear() : any;
    
    Browser Compatibility
    9
    See Also