VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_VersionId Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_VersionId Method
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);

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
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 1.
Browser Compatibility
9
5
11
5
See Also