Gets a value indicating whether the device UI must be shown.
var instance = new Vintasoft.Imaging.DocumentViewer.Dialogs.WebTwainDeviceSelectionDialogJS(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.