Click or drag to resize

ModuleInfos Class

This property returns the ModuleInfos collection, which contains information about the available modules in the current engine configuration.
Inheritance Hierarchy

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

The ModuleInfos type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of ModuleInfo objects in the collection.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ModuleInfos
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested ModuleInfo object from the collection.
Top
Remarks

Only those modules located in the binary folder that have a valid license installed on that machine are considered available. When a module is missing or not licensed, the initialization of that module will fail.

When OEM licensing is used, query this property only after the OEM License file has been successfully loaded during the Engine object's Init method.

If the Engine is not initialized, accessing this property raises a trappable error.

See Also