Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Planned SDK features

Select Text with out LongPress on Pdf

More
IP: 192.168.0.71 8 years 4 months ago - 8 years 4 months ago #12943 by josgou
How to Enable and Disable Text Selection without Longpress on Pdf with a custom button action and should able to select text and highlight with another button.
Last edit: 8 years 4 months ago by josgou.
More
IP: 192.168.0.71 8 years 4 months ago #12948 by emanuele
The demo project implements the text selection into OnLongPressed method in RDPDFViewController, but you can move the code into your custom button.
The code is simply:
Code:
[m_view vSelStart];//start to select m_bSel = true;
To exit from text selection mode, you can call:
Code:
m_bSel = false; [m_view vSelEnd];
Time to create page: 0.377 seconds
Powered by Kunena Forum