CodeMSI
Class
Represents a Code MSI symbology implementation for 1D barcode generation.
Definition
Namespace:Telerik.Maui.Controls.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CodeMSI : Symbology1DBase
Inheritance: objectSymbologyBaseSymbology1DBaseCodeMSI
Inherited Members
Constructors
C#
public CodeMSI()
Fields
ChecksumAlgorithmProperty
BindableProperty
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; }
The CheckMSI algorithm used for checksum calculation.
Methods
Called when a property of the internal symbology changes.
C#
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides:
Called when a property of the Code MSI symbology changes.
C#
protected override void OnSymbologyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides: