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 Remove AnnonateURI from PDF

More
11 years 7 months ago #8398 by abhishekjaju
In want to remove annonateURI from, PDF those I have added how can I achieve it programatically
More
11 years 7 months ago - 11 years 7 months ago #8400 by Davide
Hi,
you can use RemoveFromPage() to remove annotation.
You should re-render page to display modified data.
This method is valid in professional or premium version
Last edit: 11 years 7 months ago by Davide.
More
11 years 7 months ago #8401 by abhishekjaju
I want to remove programatically and Only AnnonateURI,
For better undrstanding please send me some source code
More
11 years 7 months ago #8402 by Davide
Hi,
try sometthing like that..
Code:
if(yourAnnotation.GetType() == 2) //2-->link yourAnnotation.RemoveFromPage();
Time to create page: 0.396 seconds
Powered by Kunena Forum