VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / get_OpenedFileId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OpenedFileId Method
    In This Topic
    Gets an identifier of file that was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: string
    value = instance.get_OpenedFileId();
    
    
    function get_OpenedFileId() : string;
    

    Return Value

    An identifier of file, which was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function, if file exists; otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also