We just released a new version of the MVC DocumentViewer (27.0.9.500) that provides a new two-page layout view mode that resembles an open book. This view mode helps to scroll through larger documents with many pages or to get a quick overview of a document.

Two page view mode

A new button is available in the toolbar that can be used to toggle between the normal one page view and the new two page view mode:

Two page view mode

Programmatically, you can toggle between these view modes using the JavaScript toggleMultiplePageView method:

TXDocumentViewer.toggleMultiplePageView();
view raw test.js hosted with ❤ by GitHub

Test this on your own and use our tutorial to create your first MVC application with the DocumentViewer:

Creating an ASP.NET MVC DocumentViewer Application With Razor