Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Writer Class / HorizontalTextGap Property




In This Topic
    HorizontalTextGap Property
    In This Topic
    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