Click or drag to resize

ConverterCloneAt Method

Use this method if you want to modify the settings of a given Converter in the context of the target SettingManager.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void CloneAt(
	SettingManager SettingManager,
	out Converter Result
)

Parameters

SettingManager
Type: Kofax.OmniPageCSDK.IproPlusSettingManager
Result
Type: Kofax.OmniPageCSDK.IproPlusConverter
Remarks
Typically the target SettingManager belongs to a Document or is a clone of the Engine's or a Document's SettingManager. The method does not copy setting values.
See Also