Gets or sets the ThermalLabel object to be printed out.

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

See Also