'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
);
[Description("Checksum type of MSI barcode.")] [DefaultValue(Mod10)] [Category("1D Barcodes")] public:
property Vintasoft.Barcode.BarcodeInfo.MSIChecksumType MSIChecksum { Vintasoft.Barcode.BarcodeInfo.MSIChecksumType get(); void set(Vintasoft.Barcode.BarcodeInfo.MSIChecksumType value); }
Property Value
Значение по умолчанию: MSIChecksumType.Mod10.