Accusoft BarcodeXpress v13.9 - Updated
SetMakeBarcodeDataValue Method
AccusoftBarcodeXpress13 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.
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

BarcodeXpress Object  | BarcodeXpress Members

Is this page helpful?
Yes No
Thanks for your feedback.