Gets or sets the number of replicates of the thermal label to print.

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

See Also