Overload List

  NameDescription
Public methodExportToPdf(Stream, Double)
Exports and saves this PrintJob to the specified Stream object in PDF format.
Public methodExportToPdf(String, Double)
Exports and saves this PrintJob to the specified PDF file.
Public methodExportToPdf(Stream, Double, Int32)
Exports and saves this PrintJob to the specified Stream object in PDF format.
Public methodExportToPdf(String, Double, Int32)
Exports and saves this PrintJob to the specified PDF file.
Public methodExportToPdf(ThermalLabel, Stream, Double)
Exports and saves this PrintJob and ThermalLabel object to the specified Stream object in PDF format.
Public methodExportToPdf(ThermalLabel, String, Double)
Exports and saves this PrintJob and ThermalLabel object to the specified PDF file.
Public methodExportToPdf(ThermalLabel, Stream, Double, Int32)
Exports and saves this PrintJob and ThermalLabel object to the specified Stream object in PDF format.
Public methodExportToPdf(ThermalLabel, String, Double, Int32)
Exports and saves this PrintJob and ThermalLabel object to the specified PDF file.

See Also