Click or drag to resize

EngineSaveSettings Method

This method saves the Engine, Scanner and Converter settings into an 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 SaveSettings(
	string FileName
)

Parameters

FileName
Type: SystemString
Remarks

It saves the settings of all scanners that are in the Scanners collection and settings of all converters that are in the Converters collection. To save only the scanner settings into a separate file, use the Scanner object's SaveSettings method instead. If the settings file already exists, it will be overwritten.

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

See Also