This property returns the specified
Document 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 Document Document
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef Document As Document
)
public:
void GetItem(
int Index,
[OutAttribute] Document^% Document
)
Parameters
- Index
- Type: System.Int32
- Document
- Type: Kofax.OmniPageCSDK.IproPlus.Document
Remarks
The index of the first object in the collection is zero (0) and the last object is given by Count - 1.
See Also