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

    Parameters

    value
    Gap between the text and the barcode, in pixels.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also