Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration Public Property BarcodeValue As String
'Usage Dim instance As WriterBase Dim value As String instance.BarcodeValue = value value = instance.BarcodeValue
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.