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