Exports and saves this PrintJob to the specified Stream object in PDF format.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public void ExportToPdf( Stream stream, double dpi ) |
Visual Basic |
---|
Public Sub ExportToPdf ( stream As Stream, dpi As Double ) |
Visual C++ |
---|
public: void ExportToPdf( Stream^ stream, double dpi ) |
Parameters
- 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.