PdfDocumentAccessMode Enum
Lists values that specify the level of access granted to an opened PDF document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v26.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Members
| Name | Description |
|---|---|
Unencrypted
|
The document is not encrypted and can be opened without any password restrictions. |
Owner
|
The document is opened with the ownerâs password, which grants full access, including permission to modify security settings. |
User
|
The document is opened with the user password and may have limited access according to the documentâs permission settings. |
Related API Members
The following properties accept/return PdfDocumentAccessMode values:
See Also