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(
: number
) : any;
Parameters
- value
- Ratio of the bar width to the narrow bar width.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also