Click or drag to resize

ScannerCloneAt Method

Use this method to modify the settings of a given Scanner 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 Scanner Scanner
)

Parameters

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