The EngineType Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the type of this IOcrEngine.Visual Basic (Declaration) | |
---|---|
ReadOnly Property EngineType As OcrEngineType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrEngine Dim value As OcrEngineType value = instance.EngineType |
C# | |
---|---|
OcrEngineType EngineType {get;} |
C++/CLI | |
---|---|
property OcrEngineType EngineType { OcrEngineType get(); } |
Property Value
An Leadtools.Forms.Ocr.OcrEngineType enumeration member indicating the IOcrEngine type.The value returned from the EngineType property is the same value you pass to the engineType parameter of the OcrEngineManager.CreateEngine method. If your application requires keeping track of the engine type (for example, to enable/disable user interface elements based on which OCR engine is being used), then you can use the EngineType property of the IOcrEngine object instead of storing a variable in your program.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7