Accusoft BarcodeXpress v9.0
SetMakeBarcodeDataValue Method
See Also  Send comments on this topic.
pValue
An array of bytes to hold the barcode data.
length
A long value which represents the number of bytes in pValue.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : SetMakeBarcodeDataValue Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.