Some test text!
Android / Guides / View mode
There are a few view modes which can be adjusted to provide an optimal presentation such as layout, fit, or reflow. Additionally, you can present a view mode dialog allowing a user to change these settings.
PDFViewCtrl
supports a number of page layouts (presentation modes), as listed below:
Page presentation mode | Description |
---|---|
SINGLE | Displays one page at a time, swiping left and right to change pages. |
SINGLE_CONT | Displays one page at a time, scrolling up and down to change pages. |
SINGLE_VERT | Displays one page at a time, swiping up and down to change pages. |
FACING | Displays two pages at a time, with odd-numbered pages on left, swiping left and right to change pages. |
FACING_CONT | Displays pages in two columns, with odd-numbered pages on left, scrolling up and down to change pages. |
FACING_VERT | Displays two pages at a time, with odd-numbered pages on left, swiping up and down to change pages. |
FACING_COVER | Displays two pages at a time, with odd-numbered pages on right, swiping left and right to change pages. |
FACING_COVER_CONT | Display pages in two columns, with odd-numbered pages on right, scrolling up and down to change pages. |
FACING_COVER_VERT | Displays two pages at a time, with odd-numbered pages on right, swiping up and down to change pages. |
You can set page presentation mode in your PDFViewCtrl
by using PDFViewCtrl.setPagePresentationMode(PagePresentationMode)
:
mPdfViewCtrl.setPagePresentationMode(PDFViewCtrl.PagePresentationMode.FACING);
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales