Dynamsoft Home|Product Home

CapReset Method

Description

Changes the Current Value of the capability specified by Capability property back to its power-on value.

Syntax

Boolean ObjectName. CapReset()

Parameters

None.

Return value

Boolean.

TRUE indicates success. FALSE indicates failure.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown.

When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.

Remarks

Before invoking CapReset, Capability property should be set.

See also

Capability property.