Public ReadOnly Property BarcodeData As Char()
public char[] BarcodeData {get;}
public: property array<char>^ BarcodeData { array<char>^ get(); }
This property is deprecated.
Gets the recognized barcode value as a char array.
Public ReadOnly Property BarcodeData As Char()
public char[] BarcodeData {get;}
public: property array<char>^ BarcodeData { array<char>^ get(); }