Exports and saves this PrintJob 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(
	Stream stream,
	ImageSettings imgSettings,
	double dpi
)
Visual Basic
Public Sub ExportToImage ( _
	stream As Stream, _
	imgSettings As ImageSettings, _
	dpi As Double _
)
Visual C++
public:
void ExportToImage(
	Stream^ stream, 
	ImageSettings^ imgSettings, 
	double dpi
)

Parameters

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