Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / GetBarcodeResultDataValue Method
An array of bytes to hold the barcode data.
Maximum number of bytes to place in pVal. The actual number of bytes written to pVal is returned in maxLimit.
In This Topic
    GetBarcodeResultDataValue Method
    In This Topic
    Description
    Gets the BarcodeResult as an array of bytes.
    Syntax
    Visual Basic
    Public Sub GetBarcodeResultDataValue( _
       ByRef pVal As Byte, _
       ByRef maxLimit As Long _
    ) 
    Parameters
    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.
    Remarks
    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.
    See Also