Sets the amount of gap between the text and barcode when creating a barcode.
Read-write property
Visual Basic |
---|
Public Property MakeBarcodeValueGap As Long |
A long value which represents the gap between the text and barcode.
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.