ModuleInfosGetItem Method
|
This property returns the requested
ModuleInfo object from the collection.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out ModuleInfo ModuleInfo
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef ModuleInfo As ModuleInfo
)
public:
void GetItem(
int Index,
[OutAttribute] ModuleInfo^% ModuleInfo
)
Parameters
- Index
- Type: SystemInt32
- ModuleInfo
- Type: Kofax.OmniPageCSDK.IproPlusModuleInfo
Remarks
The index of the first object in the collection is zero (0) and the last object is indexed with Count - 1.
See Also