- Posts: 16
- 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 iOS development and PDF
How to get index while storing a text annotation?
10 years 6 months ago #9558
by tanvi
How to get index while storing a text annotation? was created by tanvi
Need to retrieve the index value that RadaeePDF internally stores. Please let me know the sequence in which the methods are invoked inorder to store a text annotation.
10 years 6 months ago #9561
by emanuele
Replied by emanuele on topic How to get index while storing a text annotation?
Hi,
you should take a look at vAddTextAnnot method (PDFView class)
you should take a look at vAddTextAnnot method (PDFView class)
10 years 6 months ago #9633
by tanvi
Replied by tanvi on topic How to get index while storing a text annotation?
Hi Emanuele,
I have tried retrieving the index value for PDFAnnot's but was unable to get the correct index value since it was returning different values everytime you open the same PDF.
Also, the index value for the 1st note created was not always 0. For some PDF files it started with 15, as the annotCount returned was 16.
I have tried retrieving the index value for PDFAnnot's but was unable to get the correct index value since it was returning different values everytime you open the same PDF.
Also, the index value for the 1st note created was not always 0. For some PDF files it started with 15, as the annotCount returned was 16.
10 years 6 months ago #9635
by emanuele
Replied by emanuele on topic How to get index while storing a text annotation?
Hi,
I tried to reproduce this issue, but I get always the same index for the same annotation.
What kind of annotation are you using?
Can you share the pdf used for this test?
I tried to reproduce this issue, but I get always the same index for the same annotation.
What kind of annotation are you using?
Can you share the pdf used for this test?
10 years 6 months ago #9639
by tanvi
Replied by tanvi on topic How to get index while storing a text annotation?
Hi,
Annotation is type of note (m_status = sta_note).
The PDF is "help.pdf" used in your demo project for iOS.
Will it make a difference if we have completely disabled the scrolling of PDFView?
Annotation is type of note (m_status = sta_note).
The PDF is "help.pdf" used in your demo project for iOS.
Will it make a difference if we have completely disabled the scrolling of PDFView?
10 years 6 months ago - 10 years 6 months ago #9640
by support
Replied by support on topic How to get index while storing a text annotation?
may you send us one of your annotated file?
may be put here your code snippet you're using to
- create annotation
- retrive annotations
One more question: are you removing annotations from page?
may be put here your code snippet you're using to
- create annotation
- retrive annotations
One more question: are you removing annotations from page?
Last edit: 10 years 6 months ago by support.
Time to create page: 0.487 seconds