Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Writer Class / VerticalTextGap Property




In This Topic
VerticalTextGap Property
In This Topic
Gets and sets the amount of gap between the text and the barcode when creating a barcode.
Syntax
'Declaration
 
Public Shadows Property VerticalTextGap As Integer
 
'Usage
 
Dim instance As Writer
Dim value As Integer
 
instance.VerticalTextGap = value
 
value = instance.VerticalTextGap

Property Value

A long which represents the gap.
Remarks

This property value can be positive or negative. Positive values move the value text further away from the bottom of the bars while negative values move the text closer to the bars, even overlapping.

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

Default value: 0 pixels

See Also