Back to Devexpress

PdfPasswordSecurityOptions.PermissionsPassword Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfpasswordsecurityoptions-3a414bbd.md

latest2.4 KB
Original Source

PdfPasswordSecurityOptions.PermissionsPassword Property

Specifies the PDF permissions password for the document.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string PermissionsPassword { get; set; }
vb
<DefaultValue("")>
Public Property PermissionsPassword As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value, representing the permissions password.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

PermissionsOptions

OpenPassword

PdfPasswordSecurityOptions Class

PdfPasswordSecurityOptions Members

DevExpress.XtraPrinting Namespace