Barcode Xpress for .NET Core v13.9 - Updated
HorizontalTextGap Property




Accusoft.BarcodeXpressSdk Namespace > Writer Class : HorizontalTextGap Property
Gets and 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 Writer
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

Writer Class
Writer Members

Is this page helpful?
Yes No
Thanks for your feedback.