Gets or sets information about the thermal printer used for printing.

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 PrinterSettings PrinterSettings { get; set; }
Visual Basic
Public Property PrinterSettings As PrinterSettings
	Get
	Set
Visual C++
public:
property PrinterSettings^ PrinterSettings {
	PrinterSettings^ get ();
	void set (PrinterSettings^ value);
}

See Also