←Select platform

ExpiryYear Property

Summary

The ExpiryYear of the frame.

Syntax

C#
VB
Java
Objective-C
C++
public int ExpiryYear { get; set; } 
Public Property ExpiryYear As Integer 
@property (nonatomic, assign) NSUInteger expiryYear 
             
public int getExpiryYear() 
public void setExpiryYear(int value) 
             
public:  
   property Int32 ExpiryYear 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

A 4-digit integer that represents the year the card expires.

Remarks

Obtaining good results for the ExpiryMonth and ExpiryYear sometimes requires many frames. Scanning can continue (even after the ScanFrameStatus is NumbersFound), as long as ExpiryMonth and ExpiryYear are equal to 0. The input may be the last two digits of the year. The output is a four-digit year number.

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.CreditCards Assembly