Converter.Cloned 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
Syntaxpublic bool Cloned { get; }
Public ReadOnly Property Cloned As Boolean
Get
public:
property bool Cloned {
bool 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