Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EngineType Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : EngineType Property



Gets the type of this IOcrEngine.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property EngineType As OcrEngineType
Visual Basic (Usage)Copy Code
Dim instance As IOcrEngine
Dim value As OcrEngineType
 
value = instance.EngineType
C# 
virtual OcrEngineType EngineType {get;}
C++/CLI 
virtual property OcrEngineType EngineType {
   OcrEngineType get();
}

Return Value

An 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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