ImageFiles.GetItem Method
|
This property returns the requested
ImageFile 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 ImageFile ImageFile
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef ImageFile As ImageFile
)
public:
void GetItem(
int Index,
[OutAttribute] ImageFile^% ImageFile
)
Parameters
- Index
- Type: System.Int32
- ImageFile
- Type: Kofax.OmniPageCSDK.IproPlus.ImageFile
Remarks
The index of the first object in the collection is zero (0) and the last object is indexed with Count-1. If the Index parameter is invalid, a trappable error occurs.
See Also