←Select platform

Over21Available Property (AAMVAID)

Summary

Determines whether it is possible to determine the cardholder is over 21 years old, based on the encoded data elements.

Syntax
C#
VB
Objective-C
C++
Java
public bool Over21Available { get; } 
Public Property Over21Available As System.Boolean 
@property (nonatomic, assign, readonly) BOOL over21Available 
public boolean over21Available() 
public: 
property Over21Available { 
   System::Boolean get(); 
} 

Property Value

true if it is possible to determine the cardholder is over 21 years old. Otherwise, false.

Remarks

AAMVAID.Over21 will only provide reliable information if the value of this property is true.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly