DocumentAccessMode Enum
Lists values that specify the access level for a PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Unencrypted
|
The document is unencrypted and can be opened without a password. |
Owner
|
The document is encrypted and can only be opened with the owner’s password. |
User
|
The document is encrypted and can only be opened with the user’s password. |
Related API Members
The following properties accept/return DocumentAccessMode values:
See Also