BarHeight Property (C1BarCode)
In This Topic
Set the height, in inches, of the barcode's bars. If the bar height exceeds the height of the control, this property is ignored.
Syntax
'Declaration
Public Property BarHeight As Double
public double BarHeight {get; set;}
See Also