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.