←Select platform

XOffsets Property

Summary

An array of x-pixels, where each of the numerals of the card number were found.

Syntax

C#
VB
Java
Objective-C
C++
public int[] XOffsets { get; set; } 
Public Property XOffsets As Integer() 
@property (nonatomic, strong, nullable) NSArray<NSNumber*> *xOffsets 
             
public int[] getXOffsets() 
public void setXOffsets(int[] value) 
             
public:  
   property array<Int32>^ XOffsets 
   { 
      array<Int32>^ get() 
      void set(array<Int32>^ value) 
   } 

Property Value

An array of x-pixels, where each of the numerals of the card number were found.

Remarks

Valid if Status is NumbersFound.

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