VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Panels Namespace / WebUiTwainSelectDevicePanelJS type / get_ShowUI Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShowUI Method
    In This Topic
    Gets a value indicating whether the device UI must be shown.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.Panels.WebUiTwainSelectDevicePanelJS(settings, deviceManager);
    
    var value; // Type: boolean
    value = instance.get_ShowUI();
    
    
    function get_ShowUI() : boolean;
    

    Return Value

    True - device UI must be shown; False - device UI must NOT be shown.
    Browser Compatibility
    56+
    45+
    11
    See Also