GroupDocs team keeps on adding new features in **ASP.NET MVC Front End **for GroupDocs.Viewer for .NET, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this new release v1.2 user can now add **Watermark **in the document and **Navigate **through the file browser’s documents using next and previous buttons. We recommend you to download and explore this new version. Let’s have a look at it.
Let’s explore new features in detail.
Add watermarkUser can now add watermark in page html, page image, document’s attachments and PDF printing. User can set watermark properties like text, color, position, width and opacity using app constant in app.js. Let’s take a look at the code, ngApp.constant('Watermark', { Text: "Watermark Text", Color: 16711680, Position: 'Diagonal', Width: null, Opacity : 255 });
Navigate in file browser using next and previous buttonsUser can now load documents available in file browser using **Next Document **and **Previous Document **buttons. These buttons are available on the top main menu and user can simply click these buttons to load documents.
Related Links and ResourcesWe have a few channels and resources for you to download, learn, try and get technical support on document viewer API.
- Download - MSI Package and Zipped DLLs
- NuGet Package - NuGet Installation
- Documentation - Product Docs
- Forum - Technical Support Forum
- Video Tutorials - YouTube Videos
- Example / Plugins - Github Source Code Examples
- Sample Front Ends - Open Source Document Viewer Applications