VintaSoft PDF .NET Plug-in Discussions

Questions, comments and suggestions concerning VintaSoft PDF .NET Plug-in.

Board index < VintaSoft Imaging < VintaSoft PDF .NET Plug-in Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

Suppress print progress popup



Suppress print progress popup

Post by IntegraHarlan »

Hi,
I am using the AnnotatedPdfPrintDocument class to print pdf documents.
I have the option to print with a print dialog or print without the dialog.
When I print with out the printDialog, I do not want to display the print progress status popup that displays the page being printed.
Is there a way to disable this pop from showing?
Thanks

Harlan


Re: Suppress print progress popup

Post by Alex »

Hi Harlan,

For suppressing the print progress popup you need to change the print controller in PDF print document:
annotatedPdfPrintDocument.PrintController = new System.Drawing.Printing.StandardPrintController();
Best regards, Alexander


Re: Suppress print progress popup

Post by IntegraHarlan »

That works
Thanks for the quick reply


Page 1 from 1: 1