set_CustomerContent Method
In This Topic
Sets optional space for use by customer.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_CustomerContent(value);
function set_CustomerContent(
: string
) : any;
Parameters
- value
- Optional space for use by customer.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also