Gets or sets the name of the printer. Default value is an empty string

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

Remarks

The printer name must be used when the printer communication type is USB, PrinterDriver (an installed Windows Driver) or Network (in case the host name is known and not its IP address).

See Also