Click or drag to resize

ModuleInfo Class

The ModuleInfo object contains information about a specific module of the Engine.
Inheritance Hierarchy

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

The ModuleInfo type exposes the following members.

Properties
  NameDescription
Public propertyID
This property provides the identification number of the different modules of the Engine.
Public propertyInitCode
This property returns the possible cause of a failed module initialization.
Public propertyVersion
This property returns the module version number if the particular module was loaded successfully.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ModuleInfo
Public methodGetEngine
Returns the Engine object.
Top
See Also