WordProcessingProtection
Leave feedback
On this page
Encapsulates document protection options for the WordProcessing document, which is generated from HTML
public sealed class WordProcessingProtection
| Name | Description |
|---|---|
| WordProcessingProtection() | Parameterless constructor - all parameters have default values |
| WordProcessingProtection(WordProcessingProtectionType, string) | Allows to set all parameters during class instantiation |
| Name | Description |
|---|---|
| Password { get; set; } | The password to protect the document with. If null or empty string - the protection will not be applied to the document. |
| ProtectionType { get; set; } | Allows to set a protection type of the document. By default is set to not protect the document at all. |
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.