Click or drag to resize

SettingNodeSetToDefaultAt Method

Use this method to set the default value of a single node.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetToDefaultAt(
	int Index
)

Parameters

Index
Type: SystemInt32
Remarks

If this method is called for an array setting, the element specified by the Index parameter is reset. If the method is called for a primitive setting and the node does not have a setting, nothing happens. If the node has an array setting, the indexed item of the array is set to its default value. If the node has a setting which is not an array, its default value is set.

See Also