←Select platform

EngineType Property

Summary

Gets the type of this IOcrEngine.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly