Exports and saves this PrintJob and ThermalLabel object to the specified Stream object in PDF format.

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

Parameters

thermalLabel
Type: Neodynamic.SDK.Printing..::..ThermalLabel
The ThermalLabel object.
stream
Type: System.IO..::..Stream
The Stream object to which to save the output image in PDF format.
dpi
Type: System..::..Double
The resolution for the output image in the PDF Stream.

See Also