Click or drag to resize

Converters Class

The Converters collection is a sorted set of output Converter objects.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class Converters : IproPlusClass, IDisposable

The Converters type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of Converter objects stored in the collection.
Top
Methods
  NameDescription
Public methodCloneConverter
This method creates an exact clone of an existing converter specified by the Source parameter.
Public methodDispose
Releases all resources used by the Converters
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested Converter object from the collection.
Public methodLoadSettings
This method loads the previously saved converter settings from an external file.
Public methodRemoveClonedConverter
This method removes a cloned converter from the collection.
Public methodSaveSettings
This method saves the settings of the contained converters to an external file.
Public methodSetDefaults
This method resets the default settings for all converters contained by the collection.
Top
Events
  NameDescription
Public eventOnConverterAdded
This event is fired when a converter is added (via cloning, for example).
Public eventOnConverterRemoved
This event is fired when a previously added converter is removed.
Top
Remarks

Using its properties, the Converters collection enables information about the supported converters to be retrieved.

A converter can be "cloned" using the CloneConverter method. It makes an exact copy of the source converter and is useful to make customized converters for the same output format. The cloned converters can later be deleted using the RemoveClonedConverter method if no longer needed. Delivery ("factory") converters cannot be deleted.

See Also