Thanks for your answer. Un/Fortunately, I cannot reproduce the "ReadOnly" issue. There might be something wrong on my part. I made quite a few changes and not sure what has fixed it.
|
We were glad to hear from you that the issue is fixed on your side. |
BTW, when I do the the following, does workingDoc get a reference to LoadedDocument or its clone? It looks like its a clone. (I know it is a readonly)
PdfLoadedDocument workingDoc = pdfViewer.LoadedDocument;
|
It is the not working document that is loaded into the PDF Viewer and it is the clone of the document loaded in the PDF Viewer and changing the ‘LoadedDocument’ property does not reflect to the PDFViewer. |