PdfPasswordSecurityOptions.PermissionsPassword Property
Specifies the PDF permissions password for the document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value, representing the permissions password. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PermissionsPassword |
---|---|
PdfExportOptions |
|
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