Hi, I’m using PDFNet version PDFNetWindows10UniversalApps_6.5.3.42683
I’m trying to use OpenURLAsync function, but it never worked for me
The setup is simple
- Initialize the PDFNet
- Create new PDFViewCtrl
- Set the PDFViewCtrl to child of a border
- call PDFViewCtrl.OpenURLAsync(“link”)
I’ve create a sample project that will throw exception when you click on the only button at the top left corner
https://github.com/cuoilennaocacban/00-11-W10-PDFTronOpenURLAsyncSample
Thanks