Gets or sets the printer's commands in binary format. Default is null (nothing).
            
Namespace: Neodynamic.SDK.WebAssembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)
 Syntax
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); } | 





