Visual Basic (Declaration) | |
---|---|
Public Property EnableShowUserInterfaceOnly As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool EnableShowUserInterfaceOnly {get; set;} |
Return Value
Indicates whether to display the Twain user interface with or without the Scan button, if supported. Possible values are:true: displays the progress indicator during image acquisition.
false: hides the progress indicator during image acquisition
Visual Basic | Copy Code |
---|---|
Public Sub TestEnableShowUI(ByVal parent As IWin32Window) |
C# | Copy Code |
---|---|
public void TestEnableShowUI(IWin32Window parent) |
To display the Twain driver user interface without the scan button, pass true to this property. Then call ShowTemplateDialog method to display the template dialog.
If you pass false to this property, the template dialog will display the normal Twain user interface, with the scan button.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family