VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_ItemId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ItemId Method
In This Topic
Sets the unique item within the Supply Chain ID.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_ItemId(value);

Parameters

value
Unique item within the Supply Chain ID. Supported values: from "00000000" to "99999999".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 8.
Browser Compatibility
9
5
11
5
See Also