Skip to main content
A newer version of this page is available. .

PdfPasswordSecurityOptions.PermissionsPassword Property

Specifies the PDF permissions password for the document.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
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