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

    Property Value

    Available values:
    • 0: up to 31 kg (up to 70 lbs)
    • 1: 32 - 45 kg (71 - 100 lbs)
    • 2: 46 - 59 kg (101 - 130 lbs)
    • 3: 60 - 70 kg (131 - 160 lbs)
    • 4: 71 - 86 kg (161 - 190 lbs)
    • 5: 87 - 100 kg (191 - 220 lbs)
    • 6: 101 - 113 kg (221 - 250 lbs)
    • 7: 114 - 127 kg (251 - 280 lbs)
    • 8: 128 - 145 kg (281 - 320 lbs)
    • 9: 146+ kg (321+ lbs)
    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