Dynamsoft Home|Product Home

IfUIControllable Property

Description

Returns whether the Source supports acquisition with the UI (User Interface) disabled. If FALSE, indicates that this Source can only support acquisition with the UI enabled. This is a runtime, read-only property.

Data type

Boolean

Syntax

ObjectName. IfUIControllable

Remarks

Using this property after calling OpenSource() method.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

IfShowUI property, IfModalUI property