- Posts: 11
- Thank you received: 0
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
refresh page when annotation added works partially
- shinijoker
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.71
8 years 3 months ago #13189
by shinijoker
refresh page when annotation added works partially was created by shinijoker
Hello everyone,
So this is my problem when I add a bitmap annotation it appears on the page only if the screens begins with this page( if the previous page is partially visible the annotation won't appear immediatly). Could anyone have an idea about that?
So this is my problem when I add a bitmap annotation it appears on the page only if the screens begins with this page( if the previous page is partially visible the annotation won't appear immediatly). Could anyone have an idea about that?
IP: 192.168.0.71
8 years 3 months ago #13191
by Davide
Replied by Davide on topic refresh page when annotation added works partially
Hi,
I suggest you to check the following method of PDFLayoutView :
Using the following method you will refresh the page you want.
I suggest you to check the following method of PDFLayoutView :
Code:
refreshPageAsync(int page)
- shinijoker
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
IP: 192.168.0.71
8 years 3 months ago #13193
by shinijoker
Replied by shinijoker on topic refresh page when annotation added works partially
Hi Davide,
Thank you for your reply but actually I'm using the PDFReader Class which uses a view of type PDFView. Is ther any other solution?
Thank you for your reply but actually I'm using the PDFReader Class which uses a view of type PDFView. Is ther any other solution?
IP: 192.168.0.71
8 years 3 months ago #13194
by Davide
Replied by Davide on topic refresh page when annotation added works partially
Hi,
PDFReader is an old module with some deprecated classes, so I suggest you to use RDPDFReader from the demo, this is a new module that improves the performance, has higher zoom levels, new features and methods.
PDFReader is an old module with some deprecated classes, so I suggest you to use RDPDFReader from the demo, this is a new module that improves the performance, has higher zoom levels, new features and methods.
- shinijoker
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
IP: 192.168.0.71
8 years 3 months ago #13199
by shinijoker
Replied by shinijoker on topic refresh page when annotation added works partially
Thank you for your reply, It works.. The only problem is that the first example with PDFReader is more flexible when moving an annotation (the view is continious when moving an annotation) and it's not the case with RDPFDReader. Is there any solution for that ?
IP: 192.168.0.71
8 years 3 months ago #13200
by Davide
Replied by Davide on topic refresh page when annotation added works partially
Hi,
can you please better explain the differences you noticed.
What is the problem with the annots using RDPDFReader?
can you please better explain the differences you noticed.
What is the problem with the annots using RDPDFReader?
Time to create page: 0.448 seconds