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

var returnValue; // Type: any

// Parameters
var masterViewer; // Type: object

returnValue = instance.set_MasterViewer(masterViewer);

Parameters

masterViewer
WebImageViewerJS object OR 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