Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

which method for changing page ?

More
IP: 192.168.0.70 12 years 10 months ago #2987 by truculent
hi
i know method Vgtoto (int page) for changing page!

but i need a method that changing page when changing page with swipe!

anyway i want Lock paging with a button & going to annot mode & in this mode i want to select text & highlight

plase help me
More
IP: 192.168.0.70 12 years 10 months ago - 12 years 10 months ago #2996 by radaee
just set m_swipe_dx and m_swipe_dy in PDFView class.

swipe to special page like:
Code:
PDFVPage vpage = [m_view vGetPage:pageno]; int gotox = [vpage GetX]; int curx = [m_view vGetX]; m_swipe_dx = gotox - curx;
these codes only valid for horizontal layouts.
for vertical layout, you may need calculate y coordinate
Last edit: 12 years 10 months ago by .
Time to create page: 0.471 seconds
Powered by Kunena Forum