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
Syntaxpublic void CloneAt(
SettingManager SettingManager,
out Converter Result
)
Public Sub CloneAt (
SettingManager As SettingManager,
<OutAttribute> ByRef Result As Converter
)
public:
void CloneAt(
[InAttribute] SettingManager^ SettingManager,
[OutAttribute] Converter^% Result
)
Parameters
- SettingManager
- Type: Kofax.OmniPageCSDK.IproPlus.SettingManager
- Result
- Type: Kofax.OmniPageCSDK.IproPlus.Converter
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