VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_BarsWidthAdjustment Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BarsWidthAdjustment Method
    In This Topic
    Gets the adjustment method of bars width in percentage to the value of MinWidth property.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: number
    value = instance.get_BarsWidthAdjustment();
    
    
    function get_BarsWidthAdjustment() : number;
    

    Return Value

    Adjustment method of bars width in percentage to the value of MinWidth property.
    Browser Compatibility
    9
    5
    11
    5
    See Also