set_PharmacodeMaxValue Method
In This Topic
Sets the maximum barcode value of Pharmacode barcode.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_PharmacodeMaxValue(value);
function set_PharmacodeMaxValue(
: number
) : any;
Parameters
- value
- Maximum barcode value of Pharmacode barcode.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also