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.