Click or drag to resize

VerticalDictionariesGetItem Method

This property returns the requested VerticalDictionary object from the collection.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetItem(
	Object Index,
	out VerticalDictionary VerticalDictionary
)

Parameters

Index
Type: SystemObject
VerticalDictionary
Type: Kofax.OmniPageCSDK.IproPlusVerticalDictionary
Remarks
The index of the first object in the collection is zero (0) and the last object is indexed by Count - 1.
See Also