Exports and saves this PrintJob and ThermalLabel object to the specified PDF file.

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 ExportToPdf(
	ThermalLabel thermalLabel,
	string pathFile,
	double dpi
)
Visual Basic
Public Sub ExportToPdf ( _
	thermalLabel As ThermalLabel, _
	pathFile As String, _
	dpi As Double _
)
Visual C++
public:
void ExportToPdf(
	ThermalLabel^ thermalLabel, 
	String^ pathFile, 
	double dpi
)

Parameters

thermalLabel
Type: Neodynamic.SDK.Printing..::..ThermalLabel
The ThermalLabel object.
pathFile
Type: System..::..String
A string that contains the name of the PDF file to which to save the output image.
dpi
Type: System..::..Double
The resolution for the output image in the PDF file.

See Also