Accusoft BarcodeXpress v9.0
GetBarcodeResultDataValue Method
See Also  Send comments on this topic.
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.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : GetBarcodeResultDataValue Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.