Gets or sets the ThermalLabel object to be printed out. Default value is Null

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

See Also