Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
Please add an option to load the PDF directly from the URL into the PDF viewer without having to use WebClient and Byte[] so it will be like this:
pdfViewer.Load("http://www.mydomain.com/pdffile.pdf");
or:
pdfViewer.LoadFromURL("http://www.mydomain.com/pdffile.pdf");
Thanks,