VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / addFile Methods / addFile(Vintasoft.Shared.WebFileInfoJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
addFile(Vintasoft.Shared.WebFileInfoJS) Метод
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: WebFileInfoJS

value = instance.addFile(fileId);

Parameters

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