In This Topic
Sets the barcode version as relevant to each Information Type ID.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_VersionId(value);
function set_VersionId(
: string
) : any;
Parameters
- value
- Barcode version as relevant to each Information Type ID. Supported values:
- "1" - For Mailmark barcode.
- "0", "2" to "9", "A" to "Z" - spare for future use.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value length is not 1. |
Browser Compatibility
See Also