- Posts: 11
- Thank you received: 1
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
removed all the annotations
10 years 8 months ago #9992
by lmterence
removed all the annotations was created by lmterence
Hi
I would like to ask how to removed all the annotations?
thanks you
I would like to ask how to removed all the annotations?
thanks you
10 years 8 months ago - 10 years 8 months ago #9993
by Davide
Replied by Davide on topic removed all the annotations
Hi,
to remove an annotation you should use the following method:
If you put it into a loop you will delete all the annotations.
For more info check this: www.radaeepdf.com/documentation/javadocs...tml#RemoveFromPage()
to remove an annotation you should use the following method:
Code:
yourAnnotation.RemoveFromPage();
For more info check this: www.radaeepdf.com/documentation/javadocs...tml#RemoveFromPage()
Last edit: 10 years 8 months ago by Davide.
10 years 8 months ago #9999
by lmterence
Replied by lmterence on topic removed all the annotations
Hi
I want ask you for help how to undo the previous step to add annotations?
thank you
I want ask you for help how to undo the previous step to add annotations?
thank you
10 years 8 months ago #10000
by Davide
Replied by Davide on topic removed all the annotations
Hi,
to add annotation you shoud use one of the following methods : www.radaeepdf.com/documentation/javadocs...x-files/index-1.html
You can find an example of how to use them in the demo project, PDFReader class.
to add annotation you shoud use one of the following methods : www.radaeepdf.com/documentation/javadocs...x-files/index-1.html
You can find an example of how to use them in the demo project, PDFReader class.
Time to create page: 0.403 seconds