VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / Interleaved2of5ChecksumISO16390 Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Interleaved2of5ChecksumISO16390 Class
    In This Topic
    Defines the Intrleaved 2 of 5 barcode with checksum as defined in ISO16390.
    Object Model
    BarcodeSymbologySubset Interleaved2of5ChecksumISO16390
    Syntax
    'Declaration
    
    Public Class Interleaved2of5ChecksumISO16390
       Inherits BarcodeSymbologyWithChecksum
    
    
    public class Interleaved2of5ChecksumISO16390 : BarcodeSymbologyWithChecksum
    
    
    public __gc class Interleaved2of5ChecksumISO16390 : public BarcodeSymbologyWithChecksum*
    
    
    public ref class Interleaved2of5ChecksumISO16390 : public BarcodeSymbologyWithChecksum^
    
    
    Inheritance Hierarchy

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

    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