openFile(Vintasoft.Shared.WebFileInfoJS) Метод
В этом разделе
Sends an asynchronous request to a server, gets information (without file authentication) about images, which are stored in file on server, clears the web document viewer 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.openFile(fileId);
function openFile(
: WebFileInfoJS
) : any;
Parameters
- fileId
- Экземпляр класса WebFileInfoJS.
Исключения
Исключение | Описание |
| Выбрасывается, если аргумент имеет неправильный тип. |
Ремарки
Метод вызывает событие fileOpened, если файл открыт успешно.
Пример
ThisJavaScriptcodeshowshowtoopenfile,whichisstoredonserveranddoesnothavepassword,inwebdocumentviewer:
// open file without authentication
docViewer1.openFile(new Vintasoft.Shared.WebFileInfoJS("multipageFile.tiff", ''));
Совместимость с веб браузерами
Смотрите также