VintaSoft Barcode .NET SDK 15.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);
    
    
    function set_ItemId(
    value
    Unique item within the Supply Chain ID. Supported values: from "00000000" to "99999999".
    : string
    ) : any;

    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