Gets or sets a value indicating whether to use the scanner's interface.
public bool UseUI {get; set;}
public: __property bool get_UseUI();
public: __property void set_UseUI(
bool value
);
public:
property bool UseUI {
bool get();
void set ( bool value);
}
'Declaration
Public Property UseUI As Boolean
'Usage
Dim instance As ImGearTWAIN
Dim value As Boolean
instance.UseUI = value
value = instance.UseUI
Property Value
Boolean value.
true = Display the TWAIN Data source settings dialog when OpenSource, AcquireToDoc, AcquireToFile, and AcquireToPage are called.
false = Do not display the TWAIN Data source settings dialog.