I open correctly a pdf which contains a table of contents (Bookmarks).
I parse bookmarks, but when I arrive on bookmark that has an action GotoR... Action and Destination properties has null value.
If I use debugger to analyse the PdfLoadedBookmark instance, In private members, I see that the action is well GotoR.
There is any solution to access to this "private" member value ?
I miss something with bookmarks ?
Thx