Gets the type of this IOcrEngine.
public OcrEngineType EngineType { get; }
ReadOnly Property EngineType As Leadtools.Forms.Ocr.OcrEngineType
Leadtools.Forms.Ocr.OcrEngineType EngineType {get;}
@property (nonatomic, assign, readonly) LTOcrEngineType engineType
public OcrEngineType getEngineType()
get_EngineType();
property Leadtools.Forms.Ocr.OcrEngineType EngineType {
Leadtools.Forms.Ocr.OcrEngineType get();
}
An OcrEngineType enumeration member indicating the IOcrEngine type.
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.
For an example, refer to Startup.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET