Gets or sets the width of the barcode.
[Visual Basic] Public Property BarcodeWidth As Integer [C#] public int BarcodeWidth {get; set}
To set the barcode width, it's easier to specify the width of the thinnest barcode bar through the use of the BarWidth property, which is typically 1 (or 2, or more).
BarWidth is always picked up in priority. For BarcodeWidth to be effective, you need to set BarWidth to 0.