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

    Parameters

    value
    Adjustment method of bars width in percentage to the value of MinWidth property.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also