Programming with Reflection
PrintString method
Syntax object.PrintString String
Prints the specified string, using Reflection's built-in printing support. All related printing properties (such as PrinterFontName and PrinterRows) are applied to the printed output. If the ClosePrinterManually property is set to True, then the FlushPrinter method should be called, after the PrintString method, to ensure that the printer prints the string.
File name Argument Type: String
Required
Specifies the string to print.