Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: jjstr8

Hello jjstr8,
PrinterSettings is not(in this case) a class in System.Drawing.Printing. It's a class I use for Reading and setting values from a user config file.

The DrawingPrintManager is references as it's shown in my original post
    var document = (DrawingDocument)application.ActiveDocument;
    var printManager = (DrawingPrintManager)document.PrintManager;