Returns or sets whether the Source displays the User Interface.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IfShowUI { get; set; }
Visual Basic
Public Property IfShowUI As Boolean
	Get
	Set

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

ExceptionCondition
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.

See Also