Initializes a new instance of the PrintJob class with the specified printer 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 PrintJob(
	PrinterSettings printerSettings
)
Visual Basic
Public Sub New ( _
	printerSettings As PrinterSettings _
)
Visual C++
public:
PrintJob(
	PrinterSettings^ printerSettings
)

Parameters

printerSettings
Type: Neodynamic.SDK.Printing..::..PrinterSettings
The printer settings which provides info about the target printer.

See Also