VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_MasterViewer Methods / set_MasterViewer(Vintasoft.Imaging.UI.WebThumbnailViewerJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MasterViewer(Vintasoft.Imaging.UI.WebThumbnailViewerJS) Method
In This Topic
Sets the main (master) viewer for the viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var masterViewer; // Type: WebThumbnailViewerJS

returnValue = instance.set_MasterViewer(masterViewer);

Parameters

masterViewer
WebThumbnailViewerJS object. Default value is null.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if MasterViewer refers to itself.
Browser Compatibility
56+
45+
11
See Also