ConverterLoadSettings Method
|
This method loads the converter settings from a previously saved external setting file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void LoadSettings(
string FileName
)
Public Sub LoadSettings (
FileName As String
)
public:
void LoadSettings(
[InAttribute] String^ FileName
)
Parameters
- FileName
- Type: SystemString
Remarks
If the file specified by the Filename parameter does not exist, a trappable error occurs.
See Also