Click or drag to resize

SettingManagerClone 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
Syntax
public void Clone(
	out SettingManager SettingManager
)

Parameters

SettingManager
Type: Kofax.OmniPageCSDK.IproPlusSettingManager
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