←Select platform

OcrEngine Property

Summary

OCR engine instance used by this card reader.

Syntax
C#
VB
C++
Java
public IOcrEngine OcrEngine { get; set; } 
Public Property OcrEngine() As IOcrEngine 
   Get 
   Set 
public:  
   property IOcrEngine^ OcrEngine 
   { 
      IOcrEngine^ get() 
      void set(IOcrEngine^ value) 
   } 
public OcrEngine getOcrEngine(); 
public void setOcrEngine( 
   OcrEngine ocrEngine 
); 

Property Value

The same value passed to the IDCardReader constructor used to create this object.

Example

For an example, refer to IDCardReader.

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.

Leadtools.Forms.Commands Assembly