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

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also