Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / SetMakeBarcodeDataValue Method
An array of bytes to hold the barcode data.
A long value which represents the number of bytes in pValue.
In This Topic
    SetMakeBarcodeDataValue Method
    In This Topic
    Description
    Sets the barcode value as an array of bytes.
    Syntax
    Visual Basic
    Public Sub SetMakeBarcodeDataValue( _
       ByRef pValue As Byte, _
       ByVal length As Long _
    ) 
    Parameters
    pValue
    An array of bytes to hold the barcode data.
    length
    A long value which represents the number of bytes in pValue.
    Remarks

    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.

    See Also