Click or drag to resize

ConverterCloned Property

This property returns True if the particular converter is a cloned converter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool Cloned { get; }

Property Value

Type: Boolean
Remarks
Every delivered ("factory") converter listed under the Name property returns False for the Cloned property. If a converter was created using the CloneConverter method of the Converters collection, a True value is returned. Only cloned converters can be removed using the RemoveClonedConverter method of the Converters collection.
See Also