ConverterEnumValues.GetItem Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
Object Index,
out ConverterEnumValue Item
)
Public Sub GetItem (
Index As Object,
<OutAttribute> ByRef Item As ConverterEnumValue
)
public:
void GetItem(
Object^ Index,
[OutAttribute] ConverterEnumValue^% Item
)
Parameters
- Index
- Type: System.Object
- Item
- Type: Kofax.OmniPageCSDK.IproPlus.ConverterEnumValue
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