VintaSoft Imaging .NET SDK 12.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Panels Namespace / WebUiImageViewerPanelJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiImageViewerPanelJS type
    In This Topic
    A web UI panel that allows to display an image viewer.
    Syntax
    // Parameters
    var settings; // Type: object
    var stateButton; // Type: WebUiElementJS
    
    var instance = new Vintasoft.Imaging.DocumentViewer.Panels.WebUiImageViewerPanelJS(settings, stateButton);
    
    
    function WebUiImageViewerPanelJS;
    
    Remarks

    Panel has two states: "active" and "notActive". The stateButton parameter also has same two states (original states of button will be ignored).

    Inheritance Hierarchy
    Browser Compatibility
    11
    56
    45
    See Also