Gets or sets the widths of each MICR character specified in the Code property. It must be a comma separated list of float point numbers (in InvariantCulture) specifying the desired width of each MICR char. The unit of measure must be specified to BarcodeUnit property.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)

Syntax

C#
public string MICRCharWidths { get; set; }
Visual Basic
Public Property MICRCharWidths As String
	Get
	Set
Visual C++
public:
property String^ MICRCharWidths {
	String^ get ();
	void set (String^ value);
}

See Also