Click or drag to resize

SettingManagerSave Method

Calling this method saves the entire setting tree to the specified file.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Save(
	string FileName,
	[OptionalAttribute] bool Full,
	[OptionalAttribute] bool Append
)

Parameters

FileName
Type: SystemString
Full (Optional)
Type: SystemBoolean
Append (Optional)
Type: SystemBoolean
Remarks

The FileName parameter is the fully qualified path to the file. If a file with the same name already exists, it is overwritten.

See Also