Document.SaveSettings Method
|
This method saves the current document settings into a setting file specified by the SettingFile parameter. If SettingFile already exists, it is overwritten.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveSettings(
string SettingFile
)
Public Sub SaveSettings (
SettingFile As String
)
public:
void SaveSettings(
[InAttribute] String^ SettingFile
)
Parameters
- SettingFile
- Type: System.String
See Also