Click or drag to resize

EngineGetUILanguages Method

This property returns the UILanguages collection, which enumerates the available Visual Toolbox User Interface languages.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetUILanguages(
	out UILanguages UILanguages
)

Parameters

UILanguages
Type: Kofax.OmniPageCSDK.IproPlusUILanguages
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also