set_MasterViewer(Vintasoft.Imaging.UI.WebImageViewerJS) 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: WebImageViewerJS
returnValue = instance.set_MasterViewer(masterViewer);
function set_MasterViewer(
: WebImageViewerJS
) : any;
Parameters
- masterViewer
- WebImageViewerJS object. Default value is null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if MasterViewer refers to itself. |
Browser Compatibility
See Also