When method PdfViewer.Print() is calling PrintDialog always appears.
I tried to set writeonly property PdfViewer.PrintDialog before printing, but with no success.
When I want to print many pdf documents I want to set PrintDialog only once.
What should I do ? I use wpf version of PdfViewer therfore I can't test PdfDocumentViewer.Print() method. It's only in PdfViewer.Forms Namespace. Interesting, PdfDocumentViewer for wpf hasn't Print() method but has PrintDialog writeonly property.