←Select platform

Over18Available Property (AAMVAID)

Summary

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

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

Property Value

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

Remarks

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