Click or drag to resize

SettingManagerLoad Method

Calling this method loads the values stored in the specified file.

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

Parameters

FileName
Type: SystemString
Remarks

The FileName parameter is the fully qualified path to the file. If a setting existing in the tree does not exist in the file, the settings of that node and its sub-tree remain unchanged. The common settings are overwritten. If the file does not exist, a trappable error occurs. You may pass the filename either of a saved full tree, or a sub-tree. This method reads the values of the saved settings from the specified setting file, but since the setting file does not contain type information, it cannot build the missing sub-trees automatically. You must ensure that you create all user-defined settings prior to calling this method (i.e. you must build your settings in the same way as they were built before the Save method was called to create the setting file).

See Also