Accusoft.BarcodeXpress9.Net
BarcodeData Property
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : BarcodeData Property




Glossary Item Box

Gets and sets the current barcode value as an array of bytes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 
'Declaration
 
Public Property BarcodeData As Byte()
'Usage
 
Dim instance As WriterBase
Dim value() As Byte
 
instance.BarcodeData = value
 
value = instance.BarcodeData

Property Value

A string value which represents the value of the barcode.

Remarks

The default value is an empty string "".

Use BarcodeData property only if non-ASCII text values are needed.

See Also

©2013. Accusoft Corporation. All Rights Reserved.