Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > 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;}
@property (nonatomic, assign, readonly) LTOcrEngineType engineType
public OcrEngineType getEngineType()
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.