VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiDocumentPasswordPanelJS type / authenticateFile Methods / authenticateFile() Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    authenticateFile() Method
    In This Topic
    Sends an asynchronous request to a server for authenticating the file using password.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiDocumentPasswordPanelJS(settings, fileId);
    
    var value; // Type: any
    value = instance.authenticateFile();
    
    
    function authenticateFile() : any;
    
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also