VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_ReturnToSenderPostCode Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_ReturnToSenderPostCode Method
    In This Topic
    Sets the Return to Sender Post Code but no DPS.
    Syntax
    var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_ReturnToSenderPostCode(value);
    
    
    function set_ReturnToSenderPostCode(
    value
    Return to Sender Post Code but no DPS.
    : string
    ) : any;

    Parameters

    value
    Return to Sender Post Code but no DPS.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if value length is not 7.
    Remarks

    The PC (without DPS) must comply with a PAF format (see Royal Mail Mailmark barcode definition document, Appendix A).
    If no RTS post code exists this field shall be filled with 7 space characters.

    Browser Compatibility
    9
    5
    11
    5
    See Also