Gets or sets the step for the counter. The counter will increase (positive) or decrease (negative) by this number on every printed label.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

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

See Also