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.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

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);
}

See Also