EngineGetModuleInfos Method
|
This property returns the
ModuleInfos collection, which contains information about the available modules in the current engine configuration.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetModuleInfos(
out ModuleInfos ModuleInfos
)
Public Sub GetModuleInfos (
<OutAttribute> ByRef ModuleInfos As ModuleInfos
)
public:
void GetModuleInfos(
[OutAttribute] ModuleInfos^% ModuleInfos
)
Parameters
- ModuleInfos
- Type: Kofax.OmniPageCSDK.IproPlusModuleInfos
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