PdfDocumentAccessMode Enum
Lists values that specify the level of access granted to an opened PDF document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.Core.dll
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