ClassCodeMSI
Class
Represents a Code MSI symbology implementation for 1D barcode generation.
Definition
Namespace:Telerik.Maui.Controls.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class CodeMSI : Symbology1DBase
Inheritance: objectSymbologyBaseSymbology1DBaseCodeMSI
Inherited Members
Constructors
CodeMSI()
Declaration
cs-api-definition
public CodeMSI()
Fields
ChecksumAlgorithmProperty
Identifies the ChecksumAlgorithm property.
Declaration
cs-api-definition
public static readonly BindableProperty ChecksumAlgorithmProperty
Field Value
BindableProperty
Properties
ChecksumAlgorithm
Gets or sets the checksum algorithm used for Code MSI validation.
Methods
OnInternalSymbologyPropertyChanged(string)
Called when a property of the internal symbology changes.
Declaration
cs-api-definition
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides
OnSymbologyPropertyChanged(string)
Called when a property of the Code MSI symbology changes.
Declaration
cs-api-definition
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides