Returns or sets whether the Source displays the User Interface.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Remarks
If the property is true, the TWAIN Data Source will display its User Interface when invoking the AcquireImage method.
If the property is false, the Data Source UI will not be displayed and scanning will begin immediately using the current capability values.
Exceptions
| Exception | Condition |
|---|---|
| Dynamsoft.DotNet.TWAIN..::..TwainException | When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString. |