Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodeBarSize Property
In This Topic
    MakeBarcodeBarSize Property
    In This Topic
    Description
    Minimum width of the bars when creating a barcode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MakeBarcodeBarSize As Integer
    Return Type
    An integer value which represents the minimum width of the bars.
    Remarks

    The default value is 3.

    This value will be used as the single bar size, unless the MakeBarcodeAdjustBarSize property is True, in which case, the bar size used could be greater than this value.

    The minimum bar size cannot be less than 2 pixel.

    Accurate barcode recognition using Barcode Xpress requires that the minimum bar size be at least 2 pixels, with the exception of a PatchCode, which requires a bar size of at least 5 pixels.

    See Also