VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_ValueGap Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ValueGap Method
    In This Topic
    Gets the amount of gap between the text and the barcode when creating a barcode, in pixels.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: number
    value = instance.get_ValueGap();
    
    
    function get_ValueGap() : number;
    

    Return Value

    Gap between the text and the barcode, in pixels.
    Browser Compatibility
    9
    5
    11
    5
    See Also