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




In This Topic
    VerticalTextGap Property
    In This Topic
    Gets and 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 Writer
    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