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.WinControls.BarcodeProfessional
Assembly:
Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
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