Click or drag to resize

ModuleInfoInitCode Property

This property returns the possible cause of a failed module initialization.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public MODULESTATUS InitCode { get; }

Property Value

Type: MODULESTATUS
Remarks
The MODULE_START and MODULE_UNLOAD values are not used in conjunction with the ModuleInfo object (see the description for the OnModuleStateChange event).
See Also