bool PrintBytes(byte[] bytes, string deviceName = null)
Sends bytes to the printer. Trust Level Required: High
Parameters
Name | Description |
bytes | The data to print. |
deviceName | The name of the device. |
Return
True if successful.
Sends bytes to the printer. Trust Level Required: High
Name | Description |
bytes | The data to print. |
deviceName | The name of the device. |
True if successful.