ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / UseUI Property




In This Topic
    UseUI Property
    In This Topic
    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