Posted 14 January 2020, 4:02 am EST
I have an issue with PDF Viewer in WPF. When I invoke pdfViewer.LoadDocument or vm.ShowDialog the image (jpeg, png,bmp) in it can be deleted from the file system.
PDFPreviewView is the PDF Preview window.
Following is the code:
var vm = new PDFPreviewView();
vm.pdfViewer.LoadDocument(filename);
vm.ShowDialog();
Does PDFViewer unlock the image ?
I expect Windows File in Use dialog.
Require some urgent help