Class
CodeMSI

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 Symbology1DBase.FontSizePropertySymbology1DBase.FontFamilyPropertySymbology1DBase.HorizontalTextAlignmentPropertySymbology1DBase.VerticalTextAlignmentPropertySymbology1DBase.ShowTextPropertySymbology1DBase.CodeTextSpacingPropertySymbology1DBase.FontSizeSymbology1DBase.FontFamilySymbology1DBase.HorizontalTextAlignmentSymbology1DBase.VerticalTextAlignmentSymbology1DBase.ShowTextSymbology1DBase.CodeTextSpacingSymbologyBase.AutoChecksumPropertySymbologyBase.ModulePropertySymbologyBase.SizingModePropertySymbologyBase.OnPropertyChanged(string)SymbologyBase.AutoChecksumSymbologyBase.ModuleSymbologyBase.SizingMode

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.

Declaration

cs-api-definition
public CheckMSI ChecksumAlgorithm { get; set; }

Property Value

CheckMSI

The CheckMSI algorithm used for checksum calculation.

Methods

OnInternalSymbologyPropertyChanged(string)

Called when a property of the internal symbology changes.

Declaration

cs-api-definition
protected override void OnInternalSymbologyPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property that changed.

Overrides Symbology1DBase.OnInternalSymbologyPropertyChanged(string)

OnSymbologyPropertyChanged(string)

Called when a property of the Code MSI symbology changes.

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property that changed.

Overrides Symbology1DBase.OnSymbologyPropertyChanged(string)