VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_MailmarkCMDMBarcodeValue Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MailmarkCMDMBarcodeValue Method
In This Topic
Sets the value of Mailmark CMDM 2D barcode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebMailmarkCmdmValueJS

returnValue = instance.set_MailmarkCMDMBarcodeValue(value);

Parameters

value
Instance of WebMailmarkCmdmValueJS class.
Exceptions
ExceptionDescription
Thrown if BarcodeSubset property is not MailmarkCmdmType7, MailmarkCmdmType9 or MailmarkCmdmType29.
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also