VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / valueGap Property
Syntax Requirements SeeAlso
In This Topic
    valueGap Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets the amount of gap between the text and the barcode when creating a barcode, in pixels.
    Syntax
    'Declaration
    
    Public Property valueGap As Integer
    
    
    public int valueGap { get; set; }
    
    
    public: __property int get_valueGap();
    public: __property void set_valueGap(
    int value
    );
    public:
    property int valueGap { int get(); void set(int value); }

    Property Value

    Default value is 0.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also