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.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

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

See Also