←Select platform

Over19 Property (AAMVAID)

Summary

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

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

Property Value

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

Remarks

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

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