Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterBase Class / BarcodeValue Property




In This Topic
BarcodeValue Property (WriterBase)
In This Topic
Gets and sets the value of the barcode to be created.
Syntax
'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.
Remarks

The default value is an empty string "".

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

See Also