VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / DeutschePostLeitcodeBarcodeSymbology Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    DeutschePostLeitcodeBarcodeSymbology Class
    In This Topic
    Defines the Deutsche Post Leitcode (German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG (DHL)) barcode symbology - subset of Interlaved 2 of 5 barcode symbology.
    Object Model
    BarcodeSymbologySubset DeutschePostLeitcodeBarcodeSymbology
    Syntax
    'Declaration
    
    Public Class DeutschePostLeitcodeBarcodeSymbology
       Inherits DeutschePost2Of5BaseSymbology
    
    
    public class DeutschePostLeitcodeBarcodeSymbology : DeutschePost2Of5BaseSymbology
    
    
    public __gc class DeutschePostLeitcodeBarcodeSymbology : public DeutschePost2Of5BaseSymbology*
    
    
    public ref class DeutschePostLeitcodeBarcodeSymbology : public DeutschePost2Of5BaseSymbology^
    
    
    Remarks

    Leitcode barcode Symbology is used by German Post (Deutsche Post AG). The Leitcode gives an indication of the destination.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeSymbology
          Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset
             Vintasoft.Barcode.SymbologySubsets.DeutschePost2Of5BaseSymbology
                Vintasoft.Barcode.SymbologySubsets.DeutschePostLeitcodeBarcodeSymbology

    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