Dynamsoft Home|Product Home

IfShowIndicator Property

Description

Returns or sets whether the Source displays a progress indicator during acquisition and transfer, regardless of whether the Source's user interface is active. This is a runtime property.

Data type

Boolean

Syntax

ObjectName. IfShowIndicator

Remarks

Using this property after calling OpenSource() method and before calling AcquireImage().

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