Exactly one year since I've got it...
Determine list of printers installed in C# (.Net Framework)
-
1. Add System.Drawing library as reference.
2. Import the System.Drawing.Printing.
using System.Drawing.Printing;
3. PrinterSettings.InstalledPrinters is a...
1 year ago


0 comments:
Post a Comment