VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / ItalianPost2of5 Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ItalianPost2of5 Class
    In This Topic
    Defines the Italian Post 2 of 5 barcode.
    Object Model
    BarcodeSymbologySubset ItalianPost2of5
    Syntax
    'Declaration
    
    Public Class ItalianPost2of5
       Inherits BarcodeSymbologyWithChecksum
    
    
    public class ItalianPost2of5 : BarcodeSymbologyWithChecksum
    
    
    public __gc class ItalianPost2of5 : public BarcodeSymbologyWithChecksum*
    
    
    public ref class ItalianPost2of5 : public BarcodeSymbologyWithChecksum^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeSymbology
          Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset
             Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologyWithChecksum
                Vintasoft.Barcode.SymbologySubsets.ItalianPost2of5

    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