Click or drag to resize

ConvertersGetItem Method

This property returns the requested Converter 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 Index,
	out Converter Converter
)

Parameters

Index
Type: SystemObject
Converter
Type: Kofax.OmniPageCSDK.IproPlusConverter
Remarks

The Item parameter can either be a string or a number. If it is a number, the value of the Item parameter is converted to a Long type and treated as a zero based index. If the conversion cannot be done, a trappable error occurs.

The index of the first object in the collection is zero (0) and the last object is indexed Count-1. If the Item parameter is a string, the property returns the Converter object with the same name. Converter names are case sensitive.

See Also