VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / Mailmark4StateValueItem Class / Dps Property
Syntax Remarks Requirements SeeAlso
In This Topic
Dps Property (Mailmark4StateValueItem)
In This Topic
Gets or sets the Destination Post Code plus Delivery VintasoftPointI Suffix (DPS).
Syntax
'Declaration

<DescriptionAttribute("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")>
Public Property Dps As String

[Description("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")]
public string Dps { get; set; }

Property Value

The PC and DP must comply with a valid PAF format (see Royal Mail Mailmark® barcode definition document, Appendix A).
Remarks

Contains the Postcode of the Delivery Address with DPS.

If inland the Postcode/DP 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)

If no destination post code information is available this field shall be filled with 9 space characters.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also