SpellLanguages.GetItem Method
|
This property returns the requested
SpellLanguage object from the collection.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out SpellLanguage SpellLanguage
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef SpellLanguage As SpellLanguage
)
public:
void GetItem(
int Index,
[OutAttribute] SpellLanguage^% SpellLanguage
)
Parameters
- Index
- Type: System.Int32
- SpellLanguage
- Type: Kofax.OmniPageCSDK.IproPlus.SpellLanguage
Remarks
The index of the first object in the collection is zero (0) and the last one is Count - 1.
See Also