VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / MSIChecksum Property
Синтаксис Требования Смотрите также
В этом разделе
    MSIChecksum Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает тип контрольной суммы штрих-кода MSI.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Checksum type of MSI barcode.")>
    <DefaultValueAttribute(Mod10)>
    <CategoryAttribute("1D Barcodes")>
    Public Property MSIChecksum As Vintasoft.Barcode.BarcodeInfo.MSIChecksumType
    
    
    [Description("Checksum type of MSI barcode.")]
    [DefaultValue(Mod10)]
    [Category("1D Barcodes")]
    public Vintasoft.Barcode.BarcodeInfo.MSIChecksumType MSIChecksum { get; set; }
    
    
    [Description("Checksum type of MSI barcode.")]
    [DefaultValue(Mod10)]
    [Category("1D Barcodes")]
    public: __property Vintasoft.Barcode.BarcodeInfo.MSIChecksumType get_MSIChecksum();
    public: __property void set_MSIChecksum(
    Vintasoft.Barcode.BarcodeInfo.MSIChecksumType value
    );

    Property Value

    Значение по умолчанию: MSIChecksumType.Mod10.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также