Gets or sets flag that indicates whether to display the Twain user interface with or without the Scan button, if supported.
public bool EnableShowUserInterfaceOnly {get; set;}
'Declaration
Public Property EnableShowUserInterfaceOnly As Boolean
'Usage
Dim instance As TwainSession
Dim value As Boolean
instance.EnableShowUserInterfaceOnly = value
value = instance.EnableShowUserInterfaceOnly
public:
property bool EnableShowUserInterfaceOnly {
bool get();
void set ( bool value);
}
Property Value
Indicates whether to display the Twain user interface with or without the Scan button, if supported. Possible values are:
true: displays the Twain user interface, without the scan button.
false: displays the Twain user interface, with the scan button.