Example of Document Protection in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to protect the Word document from editing using Essential DocIO.
DEMO
SOURCE
DocIO supports all the protection types of Microsoft Word and allows you to stop protecting the document.
- You can generate forms with editing restriction that allow the users to fill the form fields alone.
- You can generate Word documents that allow the users only to add or modify comments.
- You can generate Word documents that allow the users only to accept or reject the revisions.
- You can generate Word documents with complete editing restriction that allow the users only to view the contents.
More information about the document protection can be found in this
documentation
section.