GroupDocs Viewer for .NET

 Good news for ASP.NET WebForm Developers. GroupDocs team is releasing a new version for GroupDocs.Viewer for .NET WebForm Modern UI. All features supported in the MVC Modern UI are now available in the WebForm Modern UI. User’s working across different platforms can enjoy user-friendly interface, easily manageable code and pixel perfect rendering. 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 });

FeedbackAs always, if you have any questions or suggestions, feel free to write on our forum.