Gets or sets the printer's commands in text plain format. Default 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 PrinterCommands { get; set; }
Visual Basic
Public Property PrinterCommands As String
	Get
	Set
Visual C++
public:
property String^ PrinterCommands {
	String^ get ();
	void set (String^ value);
}

See Also