←Select platform

AddressRegion Property (AAMVAID)

Summary

Gets the cardholder's address region.

Syntax
C#
VB
Objective-C
C++
Java
public AAMVARegion AddressRegion { get; } 
Public Property AddressRegion As AAMVARegion 
@property (nonatomic, assign, readonly) LTAAMVARegion addressRegion 
public AAMVARegion getAddressRegion() 
public: 
property AddressRegion { 
   Leadtools::Barcode::AAMVARegion^ get(); 
} 

Property Value

The address region. For possible values refer to AAMVARegion.

Remarks

Cannot be null. Will be AAMVARegion.Unknown if macro region is unknown.

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