- Posts: 21
- 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
AddAnnotationBitmap to page
- manderin87
- Topic Author
- Offline
- Junior Member
-
Less
More
IP: 192.168.0.71
12 years 3 months ago #6412
by manderin87
Replied by manderin87 on topic AddAnnotationBitmap to page
I fixed this now, but I had to add a method to PDFreader to access the view. Is it possible to use the createinvertmatrix without needing an instance of pdfreader?
- arcmobile.div
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
IP: 192.168.0.71
12 years 2 months ago #6516
by arcmobile.div
Replied by arcmobile.div on topic AddAnnotationBitmap to page
Hi,
It is working on your sample . But when we interrogate to our application it is not working .
Also AddAnnotBitmap() returns true and page.GetAnnotCount() returns 0 after execution .
Can you tell us how to solve that issue.
Thanks.
It is working on your sample . But when we interrogate to our application it is not working .
Also AddAnnotBitmap() returns true and page.GetAnnotCount() returns 0 after execution .
Can you tell us how to solve that issue.
Thanks.
- arcmobile.div
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
IP: 192.168.0.71
12 years 2 months ago #6519
by arcmobile.div
Replied by arcmobile.div on topic AddAnnotationBitmap to page
Any update on that issue . This is very urgent for us kindly check that issue
- manderin87
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 1
IP: 192.168.0.71
12 years 2 months ago #6520
by manderin87
Replied by manderin87 on topic AddAnnotationBitmap to page
Are you setting the cache after you open the document?
Document.setcache("");
If you dont addannotationbitmap() will return true but wont add it.
Document.setcache("");
If you dont addannotationbitmap() will return true but wont add it.
Time to create page: 0.377 seconds