ImageGear for .NET
InitError Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecModuleSettings Class : InitError Property




Glossary Item Box

Gets the initialization error code of the module.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.