Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
ImGearRecErrorCodes enumeration value.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
.