←Select platform

Results Property

Summary

Gets the latest results.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly