ImageGear .NET v24.12 - Updated
VerticalTextGap Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : VerticalTextGap Property
Gets or 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 ImGearBarcodeWriter
Dim value As Integer
 
instance.VerticalTextGap = value
 
value = instance.VerticalTextGap
public new int VerticalTextGap {get; set;}
public: __property new int get_VerticalTextGap();
public: __property new void set_VerticalTextGap( 
   int value
);
public:
new property int VerticalTextGap {
   int get();
   void set (    int value);
}

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

Reference

ImGearBarcodeWriter Class
ImGearBarcodeWriter Members