bool PrintHex(string hexEncodedBytes, string deviceName = null)

Sends bytes to the printer. Trust Level Required: High

Parameters

Name Description
hexEncodedBytes The data to print.
deviceName The name of the device.

Return

True if successful.