Posted 31 Jan 2018 Link to this post
Hello, Is there a way to load a pdf file; located in Project's Resources, into pdfviewer?
Thanks a lot,
William
Posted 01 Feb 2018 Link to this post
var ms =
new
MemoryStream(Resources.test);
radPdfViewer1.LoadDocument(ms);
Posted 01 Feb 2018 in reply to Dimitar Link to this post
Dimitar,
Thank you very much, it was very helpful, it works!
Regards, William