VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_MailmarkCMDMBarcodeValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MailmarkCMDMBarcodeValue Method
    In This Topic
    Gets the value of Mailmark CMDM 2D barcode.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebMailmarkCmdmValueJS
    value = instance.get_MailmarkCMDMBarcodeValue();
    
    
    function get_MailmarkCMDMBarcodeValue() : WebMailmarkCmdmValueJS;
    

    Return Value

    Instance of WebMailmarkCmdmValueJS class or null.
    Browser Compatibility
    9
    5
    11
    5
    See Also