Click or drag to resize

DocumentLoadSettings Method

This method loads a previously saved document setting file and applies all the loaded settings to the document.

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

Parameters

SettingFile
Type: SystemString
Remarks

If the SettingFile does not exist, a trappable error occurs.

Calling this method sets the Modified property to True.

See Also