SettingNode.ArraySize 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
Syntaxpublic int ArraySize { get; }
Public ReadOnly Property ArraySize As Integer
Get
public:
property int ArraySize {
int 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