Updated DocumentViewer Features: Zooming and Panning
We just published a new version of the TX Text Control DocumentViewer available for ASP.NET, ASP.NET Core and Angular that implements new features such as zooming and panning.

We published an updated version of the TX Text Control DocumentViewer available for ASP.NET, ASP.NET Core and Angular. You can find these new versions at NuGet and npm:
Zooming
A new feature is the possibility to set the zoom factor of documents. In previous versions, the visible document zoomed automatically to fit into the visible pane. This is still supported, but an explicit zoom factor can be adjusted using the zoom drop-down, the + and - buttons in the toolbar or using the mouse wheel while holding the CTRL key:
Panning
In case, the zoom factor is adjusted explicitly and therefore, the zoom is locked (see status bar icon), the hand icon can be used to pan around the document:
Feel free to test these new features in our online demos:
Angular
Integrate document processing, editing, sharing, collaboration, creation, electronic signatures, and PDF generation into your Angular Web applications.
Related Posts
DocumentViewer 29.2 (29.0.302.500) Final Released
We are happy to announce the final release of version 29.2 of the DocumentViewer for ASP.NET and ASP.NET Core. It comes with many new annotation and form field features to deploy documents for…
DocumentViewer: Deploying Forms
This sample shows how to deploy a form with form fields using the DocumentViewer in order to collect the completed data.
Using the Document Editor in SPA Applications using the removeFromDom Method
This article shows how to use the removeFromDom method to remove the Document Editor from the DOM when it is no longer needed. This is useful when the Document Editor is used in a Single Page…
Preview: TX Text Control DocumentViewer Becomes a Web Component
The next version of the TX Text Control DocumentViewer for ASP.NET (Core) and Angular is becoming a Web Component that can be easily used directly in JavaScript. This article gives an overview of…
Merging Signature Annotations into Documents
The latest version of the TX Text Control Document Viewer can be used to sign any document with an annotation signature. This sample shows how to merge those SVG images into documents server-side.