Forum Discussion
sticksandtraingles
Mar 20, 2024Copper Contributor
C# Automating Printing from Word
I am exploring the use of C# to automate a printing process we currently have. It looks like the PrintOut() method might be able to work for me, but I had a few questions. Question 1: Can ...
Braylons
Sep 08, 2025Iron Contributor
you can specify a printer in C# when printing. The PrintDocument class in the System.Drawing.Printing namespace allows you to set the target printer by setting the PrinterName property.