I need to disable vertical scrolling and show only one page at a time

Hi every one,

I would like to disable vertical scrolling (not just to hide the scroll bar) and show 1 page at a time, some times 2 side by side.
Basically I would like to make an ebook reader.
Is this possible?

Thanks in advance.

Best regards,
Jose Villaro

3 Replies

PE Priyanga Elangovan Syncfusion Team June 12, 2018 10:10 AM UTC

Hi Jose,

Thank you for contacting Syncfusion support.

At present, we do not support removing the scrollbars, displaying only one page at a time (flip view support) or displaying the pages in side by side page layout mode in PdfviewerControl. We have already logged these as feature requests in our database and we do not have any immediate plans to implement these features. We will consider implementing these features in any of our upcoming releases. We will update you on the availability of these features in the PDF viewer.

Regards,
Priyanga.E
 



DA Dominic Aldridge June 14, 2022 01:34 PM UTC

Hello,

Have these features been added yet?



RB Rajavignesh BalaSankar Syncfusion Team June 15, 2022 02:15 PM UTC

Hi Dominic,


Please find the details in the below table,

show 1 page at a time

However, this can be achieved by changing the zoom mode of the PDFViewer to FitPage Zoom mode. But if you change the zoom percentage, the scrollbars will became visible. Please find the below code snippet to set the zoom mode in PDFViewer,

pdfViewer.ZoomMode = Syncfusion.Windows.PdfViewer.ZoomMode.FitPage;

some times 2 side by side.

Basically I would like to make an ebook reader

 

Currently, we do not have support to display multiple pages as book view in PDFViewer. At present, we do not have any immediate plans for this. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented. 

You can track the status of this feature request here:

https://www.syncfusion.com/feedback/2903/view-multiple-pages-like-a-book-view


Regards,

Raja Vignesh.


Loader.
Up arrow icon