The following example illustrates how to load a document into the PDF Viewer from a Stream.
Added By: Dan Lingwood at: 10/23/2017 5:27:19 PM So why would you want to go through all this if you can load the pdf file directly with pdfViewer1.LoadDocument(demo.pdf)?
What would be good is to have the option to load from byte array to PdfViewer . Any code for that?
Question Comments
Added By: Dan Lingwood at: 10/23/2017 5:27:19 PM So why would you want to go through all this if you can load the pdf file directly with pdfViewer1.LoadDocument(demo.pdf)?
What would be good is to have the option to load from byte array to PdfViewer . Any code for that?