Click or drag to resize

ConverterEnumValuesGetItem Method

This property returns the requested ConverterEnumValue object.

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 ConverterEnumValue Item
)

Parameters

Index
Type: SystemObject
Item
Type: Kofax.OmniPageCSDK.IproPlusConverterEnumValue
Remarks

Item parameter can be a number or a string. In the first case the indexed ConverterEnumValue will be returned. In the second case the parameter is considered as the name of a valid ConverterEnumValue object. If the requested ConverterEnumValue object does not exist, a trappable error occurs.

See Also