←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.