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.