VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / AamvaDataElementIdentifiers Class / DCU Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DCU Property (AamvaDataElementIdentifiers)
    In This Topic
    Gets the data element identifier that specifies Name Suffix of cardholder.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property DCU As AamvaDataElementIdentifier
    
    
    public static AamvaDataElementIdentifier DCU { get; }
    
    
    public: __property static AamvaDataElementIdentifier* get_DCU();
    
    
    
    public:
    static property AamvaDataElementIdentifier^ DCU { AamvaDataElementIdentifier^ get(); }

    Property Value

    Available values:
    • JR (Junior)
    • SR (Senior)
    • 1ST or I (First)
    • 2ND or II (Second)
    • 3RD or III (Third)
    • 4TH or IV (Fourth)
    • 5TH or V (Fifth)
    • 6TH or VI (Sixth)
    • 7TH or VII (Seventh)
    • 8TH or VIII (Eighth)
    • 9TH or IX (Ninth)
    Remarks

    Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). Collect full name for record, print as many characters as possible on portrait side of DL/ID.

    Requirements

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

    See Also