Skip to main content
A newer version of this page is available. .

Document.ProtectionType Property

Gets the protection type for the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

DocumentProtectionType ProtectionType { get; }

Property Value

Type Description
DocumentProtectionType

One of the DocumentProtectionType enumeration values.

Available values:

Name Description
None

Allows free access to the document.

ReadOnly

Allows read-only access to the document.

AllowComments

Allows to add comments to the document.

See Also