VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_MasterViewer Methods / set_MasterViewer(Vintasoft.Imaging.UI.WebImageViewerJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_MasterViewer(Vintasoft.Imaging.UI.WebImageViewerJS) Метод
Устанавливает основной (главный) просмотрщик для просмотрщика.
Синтаксис
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var masterViewer; // Type: WebImageViewerJS

returnValue = instance.set_MasterViewer(masterViewer);

Parameters

masterViewer
Объект WebImageViewerJS. Значение по умолчанию - null.
Исключения
ИсключениеОписание
Выбрасывается, если аргумент имеет неправильный тип.
Выбрасывается, если MasterViewer ссылается на себя.
Совместимость с веб браузерами
9
5
11
5
Смотрите также