VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_Reserved Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Reserved Method
    In This Topic
    Sets field reserved by Royal Mail.
    Syntax
    var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Reserved(value);
    
    
    function set_Reserved(
    value
    Field reserved by Royal Mail. Must be filled with space characters until further notice.
    : string
    ) : any;

    Parameters

    value
    Field reserved by Royal Mail. Must be filled with space characters until further notice.
    Exceptions
    ExceptionDescription
    Thrown if value length is not 6.
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also