In This Topic
Sets the value of the barcode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Value(value);
function set_Value(
: string
) : any;
Parameters
- value
- Value of the barcode.
Exceptions
Exception | Description |
| Thrown if BarcodeSubset property is PPN, MailmarkCmdmType7, MailmarkCmdmType9 or MailmarkCmdmType29. |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also