Click or drag to resize

SettingNodeDefaultValue Method

If the node does not have a setting this property returns an empty variant, otherwise it returns the default value of the setting.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public Object DefaultValue(
	[OptionalAttribute] int Index
)

Parameters

Index (Optional)
Type: SystemInt32

Return Value

Type: Object
Remarks

If the node setting is not an array, the optional Index numeric parameter is ignored. If the node has an array setting and the Index parameter is -1 or unspecified, the return value is the default array. If the node has an array setting and the optional Index numeric parameter is greater than -1, the return value is the indexed item of the default array.

See Also