We have a form where the user has the ability to view many .pdfs. Using your RadPDFViewer, do we need to re-load the control to display each PDF? Or, can we switch out the PDF source file at runtime?
You have the ability to load a new PDF into the same instance of PDFviewer. This example will demonstrate that for you. Notice the Folder icon in the toolbar, select that and you can choose a pdf file. A pdf can be hard coded in, but you can change the current document anytime you like.
To see the code that performs this, toggle the "Example/Code" button at the top right of the example window. Look to the left inside the pane, you can see the code in the .cs file as well.