This property returns whether or not the setting will be saved when the whole tree or a sub tree is exported.
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
Settings used only during one instance of the application are typically not saved. If the node does not have a setting, it returns False.
See Also