Gets or sets the number of segments per row to be used in GS1 DataBar Expanded Stacked or RSS Expanded Stacked symbologies. It must be an even number ranging from 2 up to 22. Default is 4.

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 int SegmentsPerRow { get; set; }
Visual Basic
Public Property SegmentsPerRow As Integer
	Get
	Set
Visual C++
public:
property int SegmentsPerRow {
	int get ();
	void set (int value);
}

See Also