Accusoft BarcodeXpress v9.0
GetMakeBarcodeDataValue Method
See Also  Send comments on this topic.
pValue
An array of bytes to hold the barcode data.
maxLength
The maximum number of bytes to place in pValue. The actual number of bytes written to pValue is returned in maxLength.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : GetMakeBarcodeDataValue Method

Glossary Item Box

Description

Returns the barcode value as an array of bytes.

Syntax

Visual Basic
Public Sub GetMakeBarcodeDataValue( _
   ByRef pValue As Byte, _
   ByRef maxLength As Long _
) 

Parameters

pValue
An array of bytes to hold the barcode data.
maxLength
The maximum number of bytes to place in pValue. The actual number of bytes written to pValue is returned in maxLength.

Remarks

This method should be used when the barcode contains non-ASCII values (byte values of 0 and those greater than 128).

Use the MakeBarcodeDataValueLength property to get the buffer size in bytes required to receive the barcode data value.

If a barcode contains only ASCII values, use the MakeBarcodeValue property.

See Also

©2013. Accusoft Corporation. All Rights Reserved.