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.The default value is an empty string "".
Use BarcodeData property only if non-ASCII text values are needed.