Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Tell us about your applications and your projects.
  • Page:
  • 1

TOPIC:

Question for highlight annotation 6 years 1 month ago #13570

  • keph_tech
  • keph_tech's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Text Link's highlight function is added at radaae pdf engine(version3.8.3).
but this function is difficult to read the text so we need to erase highlight function.
We looked at the API to solve this,
We have found that using false for the show_annots parameter can prevent the highlighting of the link from being highlighted.

bool Page_render( PDF_PAGE page, PDF_DIB dib, PDF_MATRIX matrix, bool show_annots, PDF_RENDER_MODE mode );

But if we use this, we can not use drawInk, stamp option either.
Therefore, we need a way to turn off the annotation for the link only highlights.

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

Question for highlight annotation 6 years 1 month ago #13571

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi,
If you want to set Text Link trasparent you could go to PDFVGlobal:
Global_setAnnotTransparency(0x00000000); //trasparent color
Instead if you want to change highlight color you could go to the same class and set:
uint annotHighlightColor = colorThatYouWantInHEX;
The following user(s) said Thank You: keph_tech

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

  • Page:
  • 1
Powered by Kunena Forum