ConverterPropertyGetItem 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 ConverterProperty Item
)
Public Sub GetItem (
Index As Object,
<OutAttribute> ByRef Item As ConverterProperty
)
public:
void GetItem(
Object^ Index,
[OutAttribute] ConverterProperty^% Item
)
Parameters
- Index
- Type: SystemObject
- Item
- Type: Kofax.OmniPageCSDK.IproPlusConverterProperty
See Also