Height Property (BarSize)
In This Topic
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;}
See Also