Hi All,
I am attempting to print a document with specific sizes (configurable by customer).
NOTE: In testing I am printing to a virtual printer. I have tried both Postscript and Microsoft Print to PDF and have seen the…...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); printerSettings...PrintPageSettings pageSettings = new PrintPageSettings(printerSettings);...