ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : MinimumBarHeight Property |
'Declaration Public Property MinimumBarHeight As Integer
'Usage Dim instance As ImGearBarcodeWriterBase Dim value As Integer instance.MinimumBarHeight = value value = instance.MinimumBarHeight
public int MinimumBarHeight {get; set;}
The default value is 100 (PDF417 should set this value between 3 and 5)
This value is used to set the bar height in 1D barcodes. PDF417 uses this value as a multiplier of the minimum barcode width to set the row module height.
This property does not affect DataMatrix and QRcodes.