Skip to main content
All docs
V26.1
  • 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

    public enum DocumentAccessMode

    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