←Select platform

Over19Available Property (AAMVAID)

Summary

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

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

Property Value

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

Remarks

AAMVAID.Over19 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