В этом разделе
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(
: string
) : any;
Parameters
- fileId
- Строка, представляющая идентификатор файла, хранящегося на сервере, или URL-адрес файла.
Исключения
Исключение | Описание |
| Выбрасывается, если аргумент имеет неправильный тип. |
Совместимость с веб браузерами
Смотрите также