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

TOPIC:

Hide annotation 10 years 2 months ago #5054

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
You can create a public java method that calls the native method..
public static void hideAnnots(boolean hide) {
    hideAnnots(hide);
}
The topic has been locked.

Hide annotation 7 years 7 months ago #11094

  • mrawy
  • mrawy's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 0
Hello nermeen,
How i can re-render the pdf after calling this method ?
public static void hideAnnots(boolean hide) {
    hideAnnots(hide);
}
Note: I need to re-render all pdf pages not page per page.
Last edit: by mrawy.
The topic has been locked.

Hide annotation 7 years 7 months ago #11096

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
In this case you can close and re-open the document.
The topic has been locked.
  • Page:
  • 1
  • 2
Powered by Kunena Forum