ConverterEnumValuesGetItem 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: SystemObject
- Item
- Type: Kofax.OmniPageCSDK.IproPlusConverterEnumValue
See Also