void Print(string deviceName, string printData, bool isFragment = false, string charEncoding = null)
Prints a string. Trust Level Required: High
Parameters
Name | Description |
deviceName | The name of the device. |
printData | The data to print. |
isFragment | True if the data is a fragment. |
charEncoding | A valid C# character encoding to use when converting text to bytes. When null, each char is truncated to a byte. |
Return
Nothing returned