Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

How to Remove AnnonateURI from PDF 9 years 2 months ago #8398

  • abhishekjaju
  • abhishekjaju's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 40
  • Thank you received: 1
In want to remove annonateURI from, PDF those I have added how can I achieve it programatically

Please Log in or Create an account to join the conversation.

How to Remove AnnonateURI from PDF 9 years 2 months ago #8400

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
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

Please Log in or Create an account to join the conversation.

Last edit: by Davide.

How to Remove AnnonateURI from PDF 9 years 2 months ago #8401

  • abhishekjaju
  • abhishekjaju's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 40
  • Thank you received: 1
I want to remove programatically and Only AnnonateURI,
For better undrstanding please send me some source code

Please Log in or Create an account to join the conversation.

How to Remove AnnonateURI from PDF 9 years 2 months ago #8402

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
try sometthing like that..
if(yourAnnotation.GetType() == 2) //2-->link
    yourAnnotation.RemoveFromPage();

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum