ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecModuleSettings Class : InitError Property |
'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(); }
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
.