VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / BarcodeSymbologySubsets Class / Interleaved2of5ChecksumMod10C Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Interleaved2of5ChecksumMod10C Property (BarcodeSymbologySubsets)
    In This Topic
    Gets the Interleaved 2 of 5 barcode symbology with Mod10 custom checksum.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property Interleaved2of5ChecksumMod10C As Interleaved2of5ChecksumMod10C
    
    
    public static Interleaved2of5ChecksumMod10C Interleaved2of5ChecksumMod10C { get; }
    
    
    public: __property static Interleaved2of5ChecksumMod10C* get_Interleaved2of5ChecksumMod10C();
    
    
    
    public:
    static property Interleaved2of5ChecksumMod10C^ Interleaved2of5ChecksumMod10C { Interleaved2of5ChecksumMod10C^ get(); }
    Remarks

    Subset of Interleaved 2 of 5 barcode symbology.

    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