Click or drag to resize

SettingNodeArraySize Property

If this node has an array setting, the property returns the size of the array.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int ArraySize { get; }

Property Value

Type: Int32
Remarks

If the node setting represents a single value or the node does not have a setting, the property returns 0.

See Also