Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

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

See Also