←Select platform

Region Property

Summary

Card region.

Syntax
C#
VB
C++
Java
public IDCardRegion Region { get; set; } 
Public Property Region() As IDCardRegion 
   Get 
   Set 
public:  
   property IDCardRegion^ Region 
   { 
      IDCardRegion^ get() 
      void set(IDCardRegion^ value) 
   } 
public IDCardRegion getRegion(); 
public void setRegion( 
   IDCardRegion iDCardRegion 
); 

Property Value

The region of the card. Default value is IDCardRegion.USA.

Remarks

Region is used by the reader in subsequent ProcessFrame calls to only process US or ER card.

Example

For an example, refer to IDCardReader.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly