Allows for dynamic setting of the width of the bars when creating a barcode.
Visual Basic |
---|
Public Property MakeBarcodeAdjustBarSize As Boolean |
The default value is True.
When True, the bar widths will increase to a value which best fits the complete barcode into the user defined image width, set by MakeBarcodeWidth.
If False, the bar width set by MakeBarcodeBarSize will be used, and the barcode will be centered on the image.