- Posts: 814
- Thank you received: 65
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
how to enlarge the landscapview
IP: 192.168.0.167
11 years 3 months ago - 11 years 3 months ago #7877
by Davide
Replied by Davide on topic how to enlarge the landscapview
Hi,
you can try to extend the PDFView class and implement the behavior you want.
you can try to extend the PDFView class and implement the behavior you want.
Last edit: 11 years 3 months ago by poudel.
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 0
IP: 192.168.0.71
11 years 3 months ago #7899
by asliyanage
Replied by asliyanage on topic how to enlarge the landscapview
can i have the copy of PDFView class?.
IP: 192.168.0.167
11 years 3 months ago #7900
by Davide
Replied by Davide on topic how to enlarge the landscapview
Sorry but you need at least a Professional license.
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 0
IP: 192.168.0.71
11 years 3 months ago #7908
by asliyanage
Replied by asliyanage on topic how to enlarge the landscapview
can't i do this using zooming facility problematically ?
i mean we can zoom the pdf using pinch zoom.So can't do the pinch zoom pragmatically when the pdf loading in landscape view ?
i mean we can zoom the pdf using pinch zoom.So can't do the pinch zoom pragmatically when the pdf loading in landscape view ?
IP: 192.168.0.167
11 years 3 months ago #7926
by Davide
Replied by Davide on topic how to enlarge the landscapview
Hi,
yes check m_view.vSetScale(float scale, float fx, float fy) www.androidpdf.mobi/documentation/javado...FView.html#vSetScale (float, float, float)
yes check m_view.vSetScale(float scale, float fx, float fy) www.androidpdf.mobi/documentation/javado...FView.html#vSetScale (float, float, float)
Time to create page: 0.383 seconds