- Posts: 962
- Thank you received: 87
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Tell us about your applications and your projects.
Using RadaeePDF SDK for the UWP
IP: 192.168.0.71
7 years 11 months ago #13648
by nermeen
Using RadaeePDF SDK for the UWP was created by nermeen
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.
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.
IP: 192.168.0.71
7 years 11 months ago #13656
by nermeen
Replied by nermeen on topic Using RadaeePDF SDK for the UWP
Dear Alok,
When the selection button is clicked, the selection is activated using
in PDFReaderPage, then the touch event is handled in PDFView via:
and finally the listener OnPDFSelected in PDFReaderPage
So make sure that all these parts are present in your project.
When the selection button is clicked, the selection is activated using
Code:
m_view.vSelStart();
Code:
OnSelTouchBegin
OnSelTouchMove
OnSelTouchEnd
So make sure that all these parts are present in your project.
IP: 192.168.0.71
7 years 11 months ago #13666
by nermeen
Replied by nermeen on topic Using RadaeePDF SDK for the UWP
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?
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?
Time to create page: 0.390 seconds