←Select platform

Over18 Property (AAMVAID)

Summary

Determines whether the cardholder is over 18 years old, based on the encoded data elements.

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

Property Value

true if the cardholder is over 18 years old. Otherwise, false.

Remarks

The value of this property is meaningful only if the value of AAMVAID.Over18Available is true. Otherwise, it will always be false.

Example

For an example, refer to AAMVAID.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.