Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : EngineType Property |
OcrEngineType EngineType {get;}
'Declaration ReadOnly Property EngineType As OcrEngineType
'Usage Dim instance As IOcrEngine Dim value As OcrEngineType value = instance.EngineType
OcrEngineType EngineType {get;}
get_EngineType();
property OcrEngineType EngineType { OcrEngineType get(); }
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2