ImageGear .NET v25.2 - Updated
UseUI Property




ImageGear.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : UseUI Property
Gets or sets a value indicating whether to use the scanner's interface.
Syntax
'Declaration
 
Public Property UseUI As Boolean
'Usage
 
Dim instance As ImGearTWAIN
Dim value As Boolean
 
instance.UseUI = value
 
value = instance.UseUI
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);
}

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.

See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members
OpenSource Method
AcquireToDoc Method
AcquireToFile Method
AcquireToPage Method

Is this page helpful?
Yes No
Thanks for your feedback.