SettingManager.Save Method
|
Calling this method saves the entire setting tree to the specified file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Save(
string FileName,
[OptionalAttribute] bool Full,
[OptionalAttribute] bool Append
)
Public Sub Save (
FileName As String,
<OptionalAttribute> Full As Boolean,
<OptionalAttribute> Append As Boolean
)
public:
void Save(
[InAttribute] String^ FileName,
[OptionalAttribute] [InAttribute] bool Full,
[OptionalAttribute] [InAttribute] bool Append
)
Parameters
- FileName
- Type: System.String
- Full (Optional)
- Type: System.Boolean
- Append (Optional)
- Type: System.Boolean
Remarks
The FileName parameter is the fully qualified path to the file. If a file with the same name already exists, it is overwritten.
See Also