Gets or sets the check digit for MSI barcodes.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public MsiCheckDigit MsiCheckDigit { get; set; }
Visual Basic (Declaration)
Public Property MsiCheckDigit As MsiCheckDigit
Visual C++
public:
property MsiCheckDigit MsiCheckDigit {
	MsiCheckDigit get ();
	void set (MsiCheckDigit value);
}

Remarks

This feature is NOT supported by EPL printers.

See Also