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

How to get all note annotations subject ?

More
11 years 3 months ago #9118 by adimha
I need to view all the Note annotations of a particular PDF file. How do I get info about the total count of notes added to the PDF and their respective details?
More
11 years 2 months ago #9141 by Davide
Hi,
sorry for the delay.
To get the number of Annotation you have to call:
Code:
Page.GetAnnotCount();
to get a specific annotation you have to call:
Code:
Page.GetAnnot(int index);
Remember that these methods can be invoked after ObjsStart or Render or RenderToBmp.
These methods are valid in professional or premium version.
To get more info about Annotation I suggest you to look at this: www.radaeepdf.com/documentation/javadocs...Page.Annotation.html
Time to create page: 0.398 seconds
Powered by Kunena Forum