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: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public static PrinterSettings PrinterSettings { get; set; }
Visual Basic (Declaration)
Public Shared Property PrinterSettings As PrinterSettings
Visual C++
public:
static property PrinterSettings^ PrinterSettings {
	PrinterSettings^ get ();
	void set (PrinterSettings^ value);
}

See Also