Click or drag to resize

ScannersGetItem Method

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
Syntax
public void GetItem(
	Object Item,
	out Scanner Scanner
)

Parameters

Item
Type: SystemObject
Scanner
Type: Kofax.OmniPageCSDK.IproPlusScanner
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