i work with the SDK and the WPf-control for displaying annotations from documents. When i use the the standard popup-annotation from the control, then i have the problem, that the popup didn't show the comments of pdfs.
document
->comment 1
->comment 2
-->comment 2.1
-->comment 2.2
I know that the information are saved in the document but not displayed.
There is any way to display it?
Daniel
The picture shows a comment what i made with a pdf-viewer. When i used the SDK then i get the follow picture:
The information that the comment has a answer is not displayed. So i wont build an new popup with the function to display the comment structure.
When i used the sdk to get all annotations from the document i get the following:
1. Annots.Text
-> Content: Question
-> Titel:
2. Annots.PopUp
-> Content: Question
-> Parent: 1.
3. Annot.Text
-> Content: Answer
-> Titel: Daniel
4. Annot.PopUp
-> Content: Answer
-> Parent: 3.
The first question is how i can identify that the text by number 3 is a answer of the comment text by number 1.
The secound question is how i can override the popup which is display in the sdk picture above.
I hope you understand my questions.
Daniel