Click or drag to resize

SettingNodeSave Method

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
Syntax
public void Save(
	string FileName,
	[OptionalAttribute] bool Full,
	[OptionalAttribute] bool Append
)

Parameters

FileName
Type: SystemString
Full (Optional)
Type: SystemBoolean
Append (Optional)
Type: SystemBoolean
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