←Select platform

DetectOnly Property

Summary

Indicates whether to just detect whether a card value exists or to read the card value.

Syntax

C#
VB
Java
Objective-C
C++
public bool DetectOnly { get; set; } 
Public Property DetectOnly As Boolean 
@property (nonatomic, assign) BOOL detectOnly 
             
public boolean isDetectOnly() 
public void setDetectOnly(boolean value) 
             
public:  
   property bool DetectOnly 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to just detect whether the card value exists; otherwise, false (to read the value).

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