Question
AxAcroPDFLib.AxAcroPDF.Print()
We are displaying a PDF in our WinForm (VB.Net) using an AxAcroPDFLib.AxAcroPDF object by specifying the path to the PDF document using the LoadFile() method. When we call the .Print() method on this object it pops a print dialog. Is there any way we can pass in or specify a specific printer (prefereably any printer installed, not just the default printer) and suppress the print dialog box?
