'Declaration Public Shadows Property VerticalTextGap As Integer
'Usage Dim instance As ImGearBarcodeWriter Dim value As Integer instance.VerticalTextGap = value value = instance.VerticalTextGap
public new int VerticalTextGap {get; set;}
'Declaration Public Shadows Property VerticalTextGap As Integer
'Usage Dim instance As ImGearBarcodeWriter Dim value As Integer instance.VerticalTextGap = value value = instance.VerticalTextGap
public new int VerticalTextGap {get; set;}
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