SettingNode.DefaultValue 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
Syntaxpublic Object DefaultValue(
[OptionalAttribute] int Index
)
Public Function DefaultValue (
<OptionalAttribute> Index As Integer
) As Object
public:
Object^ DefaultValue(
[OptionalAttribute] [InAttribute] int Index
)
Parameters
- Index (Optional)
- Type: System.Int32
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