Generates the native printer commands for this print job settings and 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 string GetNativePrinterCommands(
	ThermalLabel thermalLabel
)
Visual Basic
Public Function GetNativePrinterCommands ( _
	thermalLabel As ThermalLabel _
) As String
Visual C++
public:
String^ GetNativePrinterCommands(
	ThermalLabel^ thermalLabel
)

Parameters

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

Return Value

The native printer commands for this print job settings and the specified ThermalLabel object.

See Also