addFileWithAuthentication Method (WebDocumentViewerBaseJS)
In This Topic
Overloaded. Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer.
Overload List
Overload | Description |
addFileWithAuthentication(string,function,function) | Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer. |
addFileWithAuthentication(Vintasoft.Shared.WebFileInfoJS,function,function) | Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer. |
addFileWithAuthentication(string,function) | Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer. |
addFileWithAuthentication(Vintasoft.Shared.WebFileInfoJS,function) | Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer. |
addFileWithAuthentication(Vintasoft.Shared.WebFileInfoJS) | Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer. |
addFileWithAuthentication(string) | Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer. |
Browser Compatibility
See Also