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