This property returns the requested
Scanner 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(
Object Item,
out Scanner Scanner
)
Public Sub GetItem (
Item As Object,
<OutAttribute> ByRef Scanner As Scanner
)
public:
void GetItem(
Object^ Item,
[OutAttribute] Scanner^% Scanner
)
Parameters
- Item
- Type: System.Object
- Scanner
- Type: Kofax.OmniPageCSDK.IproPlus.Scanner
Remarks
The Item parameter can be a numeric index or a string parameter. If a number, it must be a valid item index between 0 and Count-1.
If the parameter is a string, it must be the exact name of a scanner. If the parameter is invalid, a trappable error occurs.
See Also