PdfExportOptions.PasswordSecurityOptions Property
In This Article
Provides access to the PDF security options of the document, which require specifying a password.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public PdfPasswordSecurityOptions PasswordSecurityOptions { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Password |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
#Remarks
The PasswordSecurityOptions property provides access to the following security password options of the exported PDF document.
- PdfPasswordSecurityOptions.EncryptionLevel;
- PdfPasswordSecurityOptions.OpenPassword;
- PdfPasswordSecurityOptions.PermissionsOptions;
- PdfPasswordSecurityOptions.PermissionsPassword.
See Also