Click or drag to resize

SettingNodeSetToDefault Method

This method sets the value of the setting to its default value.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetToDefault(
	[OptionalAttribute] bool Recursive
)

Parameters

Recursive (Optional)
Type: SystemBoolean
Remarks

If the setting is an array, all items are set to their default value. If the setting is read-only, a trappable error occurs. If the Recursive optional Boolean parameter is True, all nodes of the related sub-tree are reset to their default values. The nodes that do not have an associated setting remain unchanged.

See Also