←Select platform

Results Property

Summary

Gets the latest results.

Syntax
C#
VB
C++
Java
public IDCardResults Results { get; } 
Public ReadOnly Property Results() As IDCardResults 
   Get 
public:  
   property IDCardResults^ Results 
   { 
      IDCardResults^ get() 
   } 

public IDCardResults getResults(); 

Property Value

IDCardResults containing the latest card results found using ProcessFrame. Or null if ProcessFrame has not been called yet or after ResetRecognitionData is called.

Remarks

Refer to IDCardReader for more information.

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