Click or drag to resize

EngineLoadSettings Method

This method loads the Engine, Scanner and Converter settings from a previously saved external setting file specified by the FileName parameter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void LoadSettings(
	string FileName
)

Parameters

FileName
Type: SystemString
Remarks

If there is a new scanner in the collection since the loaded file was created, the current settings of this new scanner are unchanged. To load only scanner settings, use the Scanner object's LoadSettings method instead. Loading converter settings follows the same logic as loading scanner settings. If the specified settings file does not exist, a trappable error occurs. This method does not change the document level settings.

If the Engine is not initialized, calling this method raises a trappable error.

See Also