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

Stretch the document to the full page?

More
IP: 192.168.0.71 9 years 5 months ago #12247 by павбог
Stretch the document to the full page when you open it.
When I open the document, I want it to stretch the entire width of the screen, as if double-clicking.
How to do it?
More
IP: 192.168.0.71 9 years 5 months ago - 9 years 5 months ago #12258 by nermeen
The default behavior of the single/dual mode is to fit according to the screen height, so that you do not need to scroll vertically to view the whole page.

To fit the page according to the screen width, you need to comment the following line in PDFLayoutDual.vLayout:
Code:
//if( m_scale_min > scale ) m_scale_min = scale;
instead of:
Code:
if( m_scale_min > scale ) m_scale_min = scale;
Last edit: 9 years 5 months ago by nermeen.
Time to create page: 0.409 seconds
Powered by Kunena Forum