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
The .NET Word Library (DocIO) supports all Microsoft Word protection types and enables disabling document protection.
- Generate forms restricted to filling form fields only.
- Generate documents allowing only adding or modifying comments.
- Generate documents allowing only accepting or rejecting revisions.
- Generate documents with full editing restriction, permitting only content viewing.
- Add editable ranges to allow everyone to edit specific parts, even in protected documents.
More information about the document protection can be found in this
documentation
section.