DocumentViewer: New Two Page View Mode
We released a new version of the MVC DocumentViewer that implements a two page view mode to view pages in a book-like view mode.

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.
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:
Programmatically, you can toggle between these view modes using the JavaScript toggleMultiplePageView method:
TXDocumentViewer.toggleMultiplePageView();
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
ASP.NET
Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.
- Angular
- Blazor
- React
- JavaScript
- ASP.NET MVC, ASP.NET Core, and WebForms
Related Posts
ASP.NETASP.NET CoreDocument Viewer
High-Performance Text Replacement in Large DOCX Files using C# .NET
Learn how to efficiently replace text in large DOCX files using C# .NET and the ServerTextControl component from Text Control. This article demonstrates the performance benefits of using the…
ASP.NETASP.NET CoreDocument Viewer
Document Viewer 33.2.1 Released: New Event and Bug Fixes
This service pack includes important bug fixes and improvements to enhance the stability and performance of the Document Viewer. In addition, a new event has been introduced to provide developers…
ASP.NETASP.NET CoreDocument Viewer
Document Viewer: Long Polling Support for Loading Documents
The Document Viewer now supports long polling for loading documents. This allows an asynchronous loading of documents and is especially useful for large documents or slow connections.
TX Text Control React Packages Released
We are very happy to announce the immediate availability of React packages for TX Text Control. The new packages are available on npm and provide a wide range of document processing features…
TX Text Control 32.0 Has Been Released
We are pleased to announce the immediate availability of TX Text Control 32.0 for all platforms including ASP.NET, Windows Forms, WPF and ActiveX.