Gets or sets the name of the printer installed in the client machine. Default value is an empty string.

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)

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);
}

See Also