'Declaration Public Property BarcodeValue As String
'Usage Dim instance As WriterBase Dim value As String instance.BarcodeValue = value value = instance.BarcodeValue
public string BarcodeValue {get; set;}
'Declaration Public Property BarcodeValue As String
'Usage Dim instance As WriterBase Dim value As String instance.BarcodeValue = value value = instance.BarcodeValue
public string BarcodeValue {get; set;}
The default value is an empty string "".
Use BarcodeData property only if non-ASCII text values are needed.