Returns the barcode value as an array of bytes.
This method should be used when the barcode contains non-ASCII values (byte values of 0 and those greater than 128).
Use the MakeBarcodeDataValueLength property to get the buffer size in bytes required to receive the barcode data value.
If a barcode contains only ASCII values, use the MakeBarcodeValue property.