Posted by a ceTe Software moderator
Hi,
If you are loading the PDF directly in the Open method of a PdfViewer object using a file path, then you can retrieve the file path using FilePath property of it.
string str = pdfViewer1.FilePath;
There is no option available to get the PDF back from a PdfDocument object of DynamicPDF Viewer API.
Thanks,
ceTe Software Support Team