Converters.SaveSettings Method
|
This method saves the settings of the contained converters to an external file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveSettings(
string FileName
)
Public Sub SaveSettings (
FileName As String
)
public:
void SaveSettings(
[InAttribute] String^ FileName
)
Parameters
- FileName
- Type: System.String
Remarks
If a file with the given name already exists, it will be overwritten. If the file is locked or there is a disk error, a trappable error occurs.
See Also