Programming with Reflection
PrintString method
Syntax object.PrintString String
Sends a string to the printer. You can use this command in combination with printer events to modify printed output.
String Argument type: String
The text you want to send to the printer. The maximum string length is 260 characters.
Notes
· PrintString is designed for use when BypassWindowsPrinting is True.