Starts the printing process of the specified ThermalLabel object.

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 void Print(
	ThermalLabel thermalLabel
)
Visual Basic
Public Sub Print ( _
	thermalLabel As ThermalLabel _
)
Visual C++
public:
void Print(
	ThermalLabel^ thermalLabel
)

Parameters

thermalLabel
Type: Neodynamic.SDK.Printing..::..ThermalLabel
The ThermalLabel object to print out.

See Also