- Posts: 80
- 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
Crash on locking Link Annotation
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
IP: 192.168.0.71
11 years 9 months ago #7806
by arcmobile.div
Crash on locking Link Annotation was created by arcmobile.div
I have opened a pdf file in the viewer with existing link annotations and when I am trying to lock them the app crashes. Please suggest.
IP: 192.168.0.71
11 years 9 months ago #7809
by radaee
Replied by radaee on topic Crash on locking Link Annotation
may you attach pdf file here?
and share piece of codes that crashed.
and share piece of codes that crashed.
IP: 192.168.0.71
11 years 9 months ago #7823
by Ritam
Replied by Ritam on topic Crash on locking Link Annotation
The file is attached in the mail.
For locking we are using
int index=0;
page.GetAnnot(index).setLocked(true);
For locking we are using
int index=0;
page.GetAnnot(index).setLocked(true);
IP: 192.168.0.71
11 years 9 months ago #7827
by radaee
Replied by radaee on topic Crash on locking Link Annotation
to sure:
1. page object used before Document object closed.
2. page.GetAnnot(index) return not null. mostly need call page.ObjsStart first.
we shall check PDF file too.
1. page object used before Document object closed.
2. page.GetAnnot(index) return not null. mostly need call page.ObjsStart first.
we shall check PDF file too.
IP: 192.168.0.158
11 years 9 months ago #7864
by nermeen
Replied by nermeen on topic Crash on locking Link Annotation
Please check the new beta version
3.2beta4
it should fix your annotation lock issue.
Time to create page: 0.405 seconds