Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / MakeBarcodeValueGap Property
In This Topic
    MakeBarcodeValueGap Property
    In This Topic
    Description
    Sets the amount of gap between the text and barcode when creating a barcode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property MakeBarcodeValueGap As Long
    Return Type
    A long value which represents the gap between the text and barcode.
    Remarks

    The default value is 5 pixels.

    The MakeBarcodeValueGap property value can be positive or negative.

    • Positive values move the value text further away from the bottom of the bars.
    • Negatives values move the text closer to the bars, even overlapping.

    Warning: In the case where the value text overlaps the barcode, this may prevent the barcode from being recognized.

    See Also