Gets or sets whether start and stop characters must be displayed in the barcode image.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

C#
public bool DisplayStartStopChar { get; set; }
Visual Basic
Public Property DisplayStartStopChar As Boolean
	Get
	Set
Visual C++
public:
property bool DisplayStartStopChar {
	bool get ();
	void set (bool value);
}

See Also