Exports and saves this PrintJob and ThermalLabel object to the specified Stream object and image settings.

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 ExportToImage(
	ThermalLabel thermalLabel,
	Stream stream,
	ImageSettings imgSettings,
	double dpi
)
Visual Basic
Public Sub ExportToImage ( _
	thermalLabel As ThermalLabel, _
	stream As Stream, _
	imgSettings As ImageSettings, _
	dpi As Double _
)
Visual C++
public:
void ExportToImage(
	ThermalLabel^ thermalLabel, 
	Stream^ stream, 
	ImageSettings^ imgSettings, 
	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.
imgSettings
Type: Neodynamic.SDK.Printing..::..ImageSettings
The ImageSettings object.
dpi
Type: System..::..Double
The resolution for the output image.

See Also