←Select platform

Engine Property

Summary

Gets or sets the OCR engine.

Syntax

C#
VB
C++
Java
public IOcrEngine Engine { get; set; } 
  
Public Property Engine As IOcrEngine 
public OcrEngine getEngine(); 
public void setEngine( 
   OcrEngine ocrEngine 
); 
public: 
property IOcrEngine^ Engine { 
   IOcrEngine^ get(); 
   void set (    IOcrEngine^ ); 
} 

Property Value

The Leadtools.Ocr.IOcrEngine that is used in this OcrObjectsManager to perform Ocr

Requirements

Target Platforms

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