←Select platform

EngineType Property

Summary

Gets the type of this IOcrEngine.

Syntax
C#
VB
Objective-C
C++
Java
public OcrEngineType EngineType { get; } 
ReadOnly Property EngineType As OcrEngineType 
@property (nonatomic, assign, readonly) LTOcrEngineType engineType 
public OcrEngineType getEngineType() 
property OcrEngineType EngineType { 
   OcrEngineType get(); 
} 

Property Value

An OcrEngineType enumeration member indicating the IOcrEngine type.

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.

Example

For an example, refer to Startup.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly