New to Telerik UI for WPFStart a free 30-day trial

CodeMSI

Class

Represents the CodeMSI symbology type.

Definition

Constructors

C#
public CodeMSI()

Fields

ChecksumAlgorithmProperty

DependencyProperty

Registers the CheckSumAlgorithm dependency property.

C#
public static readonly DependencyProperty ChecksumAlgorithmProperty

Properties

Gets or sets the algorithm for generating the checksum digit.

C#
public CheckMSI ChecksumAlgorithm { get; set; }

Methods

Occurs when a property of the symbology model changes.

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

Overrides: Symbology1DBase.OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology changes.

C#
protected override void OnSymbologyPropertyChanged()

Overrides: Symbology1DBase.OnSymbologyPropertyChanged()