New to Telerik UI for .NET MAUIStart a free 30-day trial

CodeMSI

Class

Represents a Code MSI symbology implementation for 1D barcode generation.

Definition

Constructors

C#
public CodeMSI()

Fields

Identifies the ChecksumAlgorithm property.

C#
public static readonly BindableProperty ChecksumAlgorithmProperty

Properties

Gets or sets the checksum algorithm used for Code MSI validation.

C#
public CheckMSI ChecksumAlgorithm { get; set; }
Property Value:

The CheckMSI algorithm used for checksum calculation.

Methods

Called when a property of the internal symbology changes.

C#
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters:propertyNamestring

The name of the property that changed.

Overrides: Symbology1DBase.OnInternalSymbologyPropertyChanged(string)

Called when a property of the Code MSI symbology changes.

C#
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters:propertyNamestring

The name of the property that changed.

Overrides: Symbology1DBase.OnSymbologyPropertyChanged(string)