ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : MinimumBarWidth Property |
'Declaration Public Property MinimumBarWidth As Integer
'Usage Dim instance As ImGearBarcodeWriterBase Dim value As Integer instance.MinimumBarWidth = value value = instance.MinimumBarWidth
public int MinimumBarWidth {get; set;}
The default value is 3.
This value is used to set the bar width in 1D and PDF417 barcodes and the module size (black and white squares that make up the barcode) in DataMatrix and QR barcodes.
This value will be overridden if AdjustBarWidth parameter is set to true