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 value is 4.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
Int32See Also