We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Open print dialog directly

Hi,

i have tryed to open the print dialog directly but in the previev there is no data.
In the  pdfViewer in the main windows the pdf is loaded.
Is possible to open the print dialog bypassing the print button in the windows with the pdfViewer  control?


.....
            PdfLoadedDocument ldoc = new PdfLoadedDocument(buffer);
            pdfViewer.LoadDocument(ldoc);
            pdfViewer.DocumentLoaded += PdfViewer_DocumentLoaded;
        }
         
        private void PdfViewer_DocumentLoaded(object sender, DocumentLoadedEventArgs e)
        {
           pdfViewer.Print();
        }

1 Reply

BS Balasubramanian Sundararajan Syncfusion Team June 15, 2016 12:16 PM UTC

Hi Marco, 
 
Thank you for using Syncfusion Product.  
 
A support incident to track the status of this query has been created under your account. Please log on to our support website to check for further updates. 
 
Thanks, 
Balasubramanian S 


Loader.
Live Chat Icon For mobile
Up arrow icon