Sets the barcode value as an array of bytes.
- pValue
- An array of bytes to hold the barcode data.
- length
- A long value which represents the number of bytes in pValue.
This method should be used when the barcode value contains non-ASCII values (byte values of 0 and those greater than 128).
Barcode data that contains only ASCII values can be set with the MakeBarcodeValue property.