Document.ProtectionType Property
Gets the protection type for the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentProtectionType ProtectionType { get; }
#Property Value
Type | Description |
---|---|
Document |
One of the Document |
Available values:
Name | Description |
---|---|
None | Allows free access to the document. |
Read |
Allows read-only access to the document. |
Allow |
Allows users to add comments to the document. |
Tracked |
Allows users to make revisions in a document. |
Fill |
Allows users to fill in forms and form fields. |