bool Print(string text, string deviceName = null)

Sends a string of text to the printer. Trust Level Required: High

Parameters

Name Description
text The text to print.
deviceName The name of the device.

Return

True if successful.