SettingManager.Clone Method
|
This method is used to create an exact copy of the called SettingManager object.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Clone(
out SettingManager SettingManager
)
Public Sub Clone (
<OutAttribute> ByRef SettingManager As SettingManager
)
public:
void Clone(
[OutAttribute] SettingManager^% SettingManager
)
Parameters
- SettingManager
- Type: Kofax.OmniPageCSDK.IproPlus.SettingManager
Remarks
The cloned copy is independent of any other SettingManager instances.
A cloned copy is useful for making temporary changes to a set of values. The cloned copy can be destroyed when it is no longer needed.
See also CopySetting(String, SettingManager, Boolean).
See Also