Click or drag to resize

EngineGetSettingManager Method

This property returns the SettingManager object, which allows you to manage your application-specific settings together with the Engine settings in a thread-safe manner.

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

Parameters

SettingManager
Type: Kofax.OmniPageCSDK.IproPlusSettingManager
Remarks

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

See Also