VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_MasterViewer Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MasterViewer Method
    In This Topic
    Gets the main (master) viewer for the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: object
    value = instance.get_MasterViewer();
    
    
    function get_MasterViewer() : object;
    

    Return Value

    WebImageViewerJS or WebThumbnailViewerJS object. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also