UILanguages.GetItem Method
|
This property returns the requested
UILanguage 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 UILanguage UILanguage
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef UILanguage As UILanguage
)
public:
void GetItem(
int Index,
[OutAttribute] UILanguage^% UILanguage
)
Parameters
- Index
- Type: System.Int32
- UILanguage
- Type: Kofax.OmniPageCSDK.IproPlus.UILanguage
Remarks
The index of the first object in the collection is zero (0) and the last object is indexed by Count-1.
The Item is the default property of the UILanguages collection. If the Index is invalid, a trappable error occurs.
See Also