LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
EngineType Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : EngineType Property



The EngineType Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets the type of this IOcrEngine.

Syntax

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.

Example

For an example, refer to Startup.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

EngineType requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features