Skip to main content

PdfPasswordSecurityOptions.PermissionsPassword Property

Specifies the PDF permissions password for the document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string PermissionsPassword { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, representing the permissions password.

Property Paths

You can access this nested property as listed below:

Object Type Path to PermissionsPassword
PdfExportOptions
.PasswordSecurityOptions .PermissionsPassword

Remarks

The permissions password enables an end-user to access and modify the permission settings of a PDF document, which are available via the PdfPasswordSecurityOptions.PermissionsOptions property.

The access password, which enables end-users to open a document, is specified via the PdfPasswordSecurityOptions.OpenPassword property.

See Also