Gets or sets the step for the counter. The counter will increase (positive) or decrease (negative) by this number on every printed label. Default value is 0 (zero)
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 CounterStep { get; set; } |
| Visual Basic |
|---|
Public Property CounterStep As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int CounterStep {
int get ();
void set (int value);
} |
Property Value
Type:
Int32
See Also