ImageGear .NET v24.12 - Updated
InitError Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecModuleSettings Class : InitError Property
Gets the initialization error code of the module.
Syntax
'Declaration
 
Public ReadOnly Property InitError As ImGearRecErrorCodes
'Usage
 
Dim instance As ImGearRecModuleSettings
Dim value As ImGearRecErrorCodes
 
value = instance.InitError
public ImGearRecErrorCodes InitError {get;}
public: __property ImGearRecErrorCodes get_InitError();
public:
property ImGearRecErrorCodes InitError {
   ImGearRecErrorCodes get();
}

Property Value

ImGearRecErrorCodes enumeration value.
Remarks
When the ImGearRecognition class object is instantiated, the recognition engine tries to initialize all its modules.

When a module (or one of its important files) is missing, the initialization of that module will fail. E.g., if the DOT module's basic module DLL file, RNDOT.DLL is missing, neither this module nor its service (9-pin dot-matrix recognition) will be available. When there is no license for a module, even if all the files of the module are present in the Recognition engine binary directory, the initialization of that module will fail. Such failures are indicated by this property.

If a module was initialized successfully, this property will be REC_OK.

See Also

Reference

ImGearRecModuleSettings Class
ImGearRecModuleSettings Members
ImGearRecErrorCodes Enumeration