VerticalDictionaries.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 VerticalDictionary VerticalDictionary
)
Public Sub GetItem (
Index As Object,
<OutAttribute> ByRef VerticalDictionary As VerticalDictionary
)
public:
void GetItem(
Object^ Index,
[OutAttribute] VerticalDictionary^% VerticalDictionary
)
Parameters
- Index
- Type: System.Object
- VerticalDictionary
- Type: Kofax.OmniPageCSDK.IproPlus.VerticalDictionary
Remarks
The index of the first object in the collection is zero (0) and the last object is indexed by Count - 1.
See Also