Click or drag to resize

RecognitionLanguagesGetItem Method

This property returns the requested RecognitionLanguage 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(
	int Index,
	out RecognitionLanguage Language
)

Parameters

Index
Type: SystemInt32
Language
Type: Kofax.OmniPageCSDK.IproPlusRecognitionLanguage
See Also