Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

EngineType Property








Gets the type of this IOcrEngine.
Syntax
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();
}

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

See Also

Reference

IOcrEngine Interface
IOcrEngine Members
Startup
Shutdown Method
WorkDirectory Property
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Creating an OCR Engine Instance
Starting and Shutting Down the OCR Engine

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features