- Posts: 4
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Curl and controls
10 years 9 months ago #8829
by Truerall
Curl and controls was created by Truerall
Hi
I need to implement pdf reader in my app. I deciced to do it using this lib.
What I have found surfing demo project:
- I can implement nice and fast viewer with controls using PDFLayoutView and PDFViewController classes.
- I can impement Curl effect on page change using CurlView class.
But I cant connect privous two cases. PDFViewController cant be attached to CurlView.
Also I tried
m_view.PDFSetView(2); // m_view is instance of PDFLayoutView
because I have found next topic
www.radaeepdf.com/forum/Android-developm...er-pdfsetview-x#8319
during forum search.
and here is my question :
Is there way to implement curl page change with controls using this library ?
I need to implement pdf reader in my app. I deciced to do it using this lib.
What I have found surfing demo project:
- I can implement nice and fast viewer with controls using PDFLayoutView and PDFViewController classes.
- I can impement Curl effect on page change using CurlView class.
But I cant connect privous two cases. PDFViewController cant be attached to CurlView.
Also I tried
m_view.PDFSetView(2); // m_view is instance of PDFLayoutView
because I have found next topic
www.radaeepdf.com/forum/Android-developm...er-pdfsetview-x#8319
during forum search.
and here is my question :
Is there way to implement curl page change with controls using this library ?
10 years 9 months ago #8832
by nermeen
Replied by nermeen on topic Curl and controls
As the layout PDFLayoutView is not yet defenitive, and the Curl view class is based on OpenGl interfaces the zoom feature is not yet supported.
Here you can find an example of a class that is based on PDFViewDual, that supports curl effect (in case zoom factor = 1), and uses the curl effect from the native library. (note: some variables in PDFView needs to be protected and to modify these classes you need at least the professional license)
Here you can find an example of a class that is based on PDFViewDual, that supports curl effect (in case zoom factor = 1), and uses the curl effect from the native library. (note: some variables in PDFView needs to be protected and to modify these classes you need at least the professional license)
Time to create page: 0.458 seconds