←Select platform

DetectExpiryDate Property

Summary

Indicates whether to read the date the credit card expires.

Syntax

C#
VB
Java
Objective-C
C++
public bool DetectExpiryDate { get; set; } 
Public Property DetectExpiryDate As Boolean 
@property (nonatomic, assign) BOOL detectExpiryDate 
             
public boolean isDetectExpiryDate() 
public void setDetectExpiryDate(boolean value) 
             
public:  
   property bool DetectExpiryDate 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to read the expiration date; otherwise, false

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