Gets the BarcodeResult as an array of bytes.
- pVal
- An array of bytes to hold the barcode data.
- maxLimit
- Maximum number of bytes to place in pVal. The actual number of bytes written to pVal is returned in maxLimit.
This method retrieves the resulting value in an array of bytes from the BarcodeResult property. Use the ResultLen property to get the buffer size in bytes required to receive the barcode result data value.