VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / addFile Methods / addFile(string) Property
Syntax Exceptions BrowserCompatibility SeeAlso
В этом разделе
    addFile(string) Метод
    В этом разделе
    Sends an asynchronous request to a server, gets information (without file authentication) about images, which are stored in file on server and adds images to the web document viewer.
    Синтаксис
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var fileId; // Type: string
    
    value = instance.addFile(fileId);
    
    
    function addFile(
    fileId
    Строка, представляющая идентификатор файла, хранящегося на сервере, или URL-адрес файла.
    : string
    ) : any;

    Parameters

    fileId
    Строка, представляющая идентификатор файла, хранящегося на сервере, или URL-адрес файла.
    Исключения
    ИсключениеОписание
    Выбрасывается, если аргумент имеет неправильный тип.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также