VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / MSIChecksum Property
Syntax Requirements SeeAlso
In This Topic
    MSIChecksum Property (ReaderSettings)
    In This Topic
    Gets or sets a checksum type of MSI barcode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Mod10)>
    <DescriptionAttribute("Checksum type of MSI barcode.")>
    Public Property MSIChecksum As Vintasoft.Barcode.BarcodeInfo.MSIChecksumType
    
    
    [DefaultValue(Mod10)]
    [Description("Checksum type of MSI barcode.")]
    public Vintasoft.Barcode.BarcodeInfo.MSIChecksumType MSIChecksum { get; set; }
    
    
    [DefaultValue(Mod10)]
    [Description("Checksum type of MSI barcode.")]
    public: __property Vintasoft.Barcode.BarcodeInfo.MSIChecksumType get_MSIChecksum();
    public: __property void set_MSIChecksum(
    Vintasoft.Barcode.BarcodeInfo.MSIChecksumType value
    );

    Property Value

    Default value is MSIChecksumType.Mod10.
    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