SettingManager.Count Property
|
This property returns the number of first-level nodes.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
property int Count {
int get ();
}
Property Value
Type:
Int32
Remarks
First level node means the node is the child of the virtual root item. Public Overridable ReadOnly Property Document As Document
This property returns the document object.
See Also