Back to Devexpress

PdfDocumentAccessMode Enum

officefileapi-devexpress-dot-pdf-965d4c0b.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfDocumentAccessMode
vb
Public Enum PdfDocumentAccessMode

Members

NameDescription
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.

|

The following properties accept/return PdfDocumentAccessMode values:

See Also

DevExpress.Pdf Namespace