Gets or sets the width of the barcode.
Syntax
'Declaration
Public Property Width As String
'Usage
Dim instance As BarSize
Dim value As String
instance.Width = value
value = instance.Width
public string Width {get; set;}
Property Value
String containing the barcode width
See Also