←Select platform

RecognitionOcrEngine Property

Summary

Gets the OCR engine used for recognition.

Syntax

C#
VB
C++
public IOcrEngine RecognitionOcrEngine { get; } 
Public ReadOnly Property RecognitionOcrEngine() As IOcrEngine 
   Get 
public:  
   property IOcrEngine^ RecognitionOcrEngine 
   { 
      IOcrEngine^ get() 
   } 

Property Value

The OCR engine used for recognition.

Remarks

This is the same value passed to AutoFormsEngineCreateOptions.RecognitionOcrEngine when this AutoFormsEngine is created.

Refer to CreateRecognitionOcrEngine for more information.

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.Auto Assembly