In This Topic
Sets the ECI assignment number.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_EciNumber(value);
function set_EciNumber(
: number
) : any;
Parameters
- value
- ECI assignment number.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also