Click or drag to resize

ConverterSaveSettings Method

This method saves the settings of the particular converter into an external file.

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
A file with the specified name will be overwritten if it already exists. If the file is locked or there is a disk error, a trappable error occurs.
See Also