ImageGear .NET v24.12 - Updated
HorizontalTextGap Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : HorizontalTextGap Property
Gets or sets the amount of gap between the outside text and the barcode when creating a barcode.
Syntax
'Declaration
 
Public Shadows Property HorizontalTextGap As Integer
'Usage
 
Dim instance As ImGearBarcodeWriter
Dim value As Integer
 
instance.HorizontalTextGap = value
 
value = instance.HorizontalTextGap
public new int HorizontalTextGap {get; set;}
public: __property new int get_HorizontalTextGap();
public: __property new void set_HorizontalTextGap( 
   int value
);
public:
new property int HorizontalTextGap {
   int get();
   void set (    int value);
}

Property Value

A long which represents the gap.
Remarks

Outside text is only written with certain barcodes where this is standard. The barcode types that support a text notch are UPC-A, UPC-E, EAN-8 and EAN-13. For all other types, this value is ignored.

Default value: 5 pixels

See Also

Reference

ImGearBarcodeWriter Class
ImGearBarcodeWriter Members