VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / MailmarkCmdmValueItem Class / Dps Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Dps Property (MailmarkCmdmValueItem)
    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; }
    
    
    [Description("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")]
    public: __property string* get_Dps();
    public: __property void set_Dps(
    string* value
    );
    [Description("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")]
    public:
    property string^ Dps { string^ get(); void set(string^ value); }

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also