set_PharmacodeMinHeight Method
In This Topic
Sets the minimum barcode height, in narrow bars, for Pharmacode barcode.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_PharmacodeMinHeight(value);
function set_PharmacodeMinHeight(
: number
) : any;
Parameters
- value
- Minimum barcode height, in narrow bars, for Pharmacode barcode.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also