Click or drag to resize

EngineGetUDManager Method

This property returns the UDManager object, used to maintain user dictionaries.

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

Parameters

UDManager
Type: Kofax.OmniPageCSDK.IproPlusUDManager
Remarks

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

See Also