corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions.md
Provides access to the PDF security options of the document, which require specifying a password.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public PdfPasswordSecurityOptions PasswordSecurityOptions { get; }
Public ReadOnly Property PasswordSecurityOptions As PdfPasswordSecurityOptions
| Type | Description |
|---|---|
| PdfPasswordSecurityOptions |
A PdfPasswordSecurityOptions object, representing the security options.
|
You can access this nested property as listed below:
| Library | Object Type | Path to PasswordSecurityOptions |
|---|---|---|
| Cross-Platform Class Library | ExportOptions |
.Pdf .PasswordSecurityOptions
| | WinForms Controls | DiagramOptionsExport |
.PdfExportOptions .PasswordSecurityOptions
| | WPF Controls | DiagramControl |
.PdfExportOptions .PasswordSecurityOptions
|
The PasswordSecurityOptions property provides access to the following security password options of the exported PDF document.
See Also