Gets or sets whether leading zeros are printed or suppressed when using counters.

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 bool CounterUseLeadingZeros { get; set; }
Visual Basic (Declaration)
Public Property CounterUseLeadingZeros As Boolean
Visual C++
public:
property bool CounterUseLeadingZeros {
	bool get ();
	void set (bool value);
}

See Also