VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_Dps Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Dps Method
In This Topic
Sets the Destination Post Code plus Delivery Point Suffix (DPS).
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_Dps(value);

Parameters

value
The Destination Post Code plus Delivery Point Suffix. Value contains the following number of characters:
  • Area (1 or 2 characters)
  • District (1 or 2 characters)
  • Sector (1 character)
  • Unit (2 characters)
  • DPS (2 characters).

Value shall be filled with 9 space characters if no destination post code information is available.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 9.
Browser Compatibility
9
5
11
5
See Also