VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_BarsRatio Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BarsRatio Method
    In This Topic
    Sets the ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).
    Syntax
    var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_BarsRatio(value);
    
    
    function set_BarsRatio(
    value
    Ratio of the bar width to the narrow bar width.
    : number
    ) : any;

    Parameters

    value
    Ratio of the bar width to the narrow bar width.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also