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