VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_CustomerContent Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    Optional space for use by customer.
    : string
    ) : any;

    Parameters

    value
    Optional space for use by customer.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also