Gets or sets the printer's commands in binary format. Default is null (nothing).

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 byte[] BinaryPrinterCommands { get; set; }
Visual Basic
Public Property BinaryPrinterCommands As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ BinaryPrinterCommands {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also