←Select platform

IDCardReader Constructor

Summary

Initializes a new instance of this class.

Syntax
C#
VB
C++
Private Sub New() 
private:  
   IDCardReader() 

Parameters

ocrEngine

LEADTOOLS OCR engine instance to use for card processing.

Remarks

ocrEngine must contain a valid and started IOcrEngine instance, otherwise, ProcessFrame will throw an exception. The card reader will use this OCR engine during all ProcessFrame calls, therefore, it is the user responsibility to ensure that ocrEngine will remain alive during the duration of IDCardReader and is disposed only when no more ProcessFrame are called.

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