When I click on hyperlink like email, it crashes with exception "The system cannot find the file specified". Here its few first lines of stack trace.
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at Syncfusion.Windows.PdfViewer.CustomVPanel.CustomVPanel_MouseLeftButtonUp(Object sender, MouseButtonEventArgs e)
Also, when a document is reloaded, it forgets its last zoom percentage and scroll locations. I can save the ZoomPercentage in local variable before reload the pdf document, but scrolling doesn't work. Can there be built in feature to do that ?