Click or drag to resize

ConvertersRemoveClonedConverter Method

This method removes a cloned converter from the collection.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void RemoveClonedConverter(
	Object Item
)

Parameters

Item
Type: SystemObject
Remarks

The Item parameter can be a number or a string. If the Item parameter is a number, it is treated as the index of the converter to be removed. If the Item parameter is a string, the Converter object with the specified name will be removed. Only cloned converters can be removed, so if the indexed or named converter is a delivered one i.e. its Cloned property returns False, a trappable error occurs.

If the Item parameter is not a valid index or a valid cloned converter name, a trappable error occurs.

See Also