←Select platform

Region Property

Summary

Card region.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly