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

TOPIC:

Using RadaeePDF SDK for the UWP 6 years 3 weeks ago #13648

  • nermeen
  • nermeen's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Dear Alok,
To highlight a text you need to:
1-Activate the select tool, by clicking on the select tool button.
2-Start selecting the text on the page. (with the touch event)
3-As sson as the touch event finishes (touch up event), a popup will appear where you can choose the desired action.
4-Click the Ok button to confirm the action.

Note, The license needs to be activated, and the file needs to opened in write mode.
Check the attached screenshot.
Attachments:

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

Using RadaeePDF SDK for the UWP 6 years 3 weeks ago #13656

  • nermeen
  • nermeen's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Dear Alok,

When the selection button is clicked, the selection is activated using
m_view.vSelStart();
in PDFReaderPage, then the touch event is handled in PDFView via:
OnSelTouchBegin
OnSelTouchMove
OnSelTouchEnd
and finally the listener OnPDFSelected in PDFReaderPage

So make sure that all these parts are present in your project.

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

Using RadaeePDF SDK for the UWP 6 years 3 weeks ago #13666

  • nermeen
  • nermeen's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Dear Alok,

By doing a debug, can you check that all the states are handled correctly?

Is the method PDFVSel.DrawSel being called during the draw operation?

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

  • Page:
  • 1
Powered by Kunena Forum