Exports and saves this PrintJob 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(
	string pathFile,
	double dpi,
	int outputQuality
)
Visual Basic
Public Sub ExportToPdf ( _
	pathFile As String, _
	dpi As Double, _
	outputQuality As Integer _
)
Visual C++
public:
void ExportToPdf(
	String^ pathFile, 
	double dpi, 
	int outputQuality
)

Parameters

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.
outputQuality
Type: System..::..Int32
The quality level for the label image in the PDF file which is in JPEG format. It must be an integer between 1 and 100.

See Also