VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / get_OpenedFileId Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    get_OpenedFileId Метод
    В этом разделе
    Возвращает идентификатор файла, который был ранее открыт с помощью функции WebDocumentViewerBaseJS.openFile или WebDocumentViewerBaseJS.openFileWithAuthentication.
    Синтаксис
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: string
    value = instance.get_OpenedFileId();
    
    
    function get_OpenedFileId() : string;
    

    Return Value

    Идентификатор файла, который был ранее открыт с помощью функции WebDocumentViewerBaseJS.openFile или WebDocumentViewerBaseJS.openFileWithAuthentication, если файл существует; в противном случае, null.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также