Back to Devexpress

PdfExportOptions.PasswordSecurityOptions Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions.md

latest2.9 KB
Original Source

PdfExportOptions.PasswordSecurityOptions Property

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

Declaration

csharp
public PdfPasswordSecurityOptions PasswordSecurityOptions { get; }
vb
Public ReadOnly Property PasswordSecurityOptions As PdfPasswordSecurityOptions

Property Value

TypeDescription
PdfPasswordSecurityOptions

A PdfPasswordSecurityOptions object, representing the security options.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to PasswordSecurityOptions
Cross-Platform Class LibraryExportOptions

.Pdf .PasswordSecurityOptions

| | WinForms Controls | DiagramOptionsExport |

.PdfExportOptions .PasswordSecurityOptions

| | WPF Controls | DiagramControl |

.PdfExportOptions .PasswordSecurityOptions

|

Remarks

The PasswordSecurityOptions property provides access to the following security password options of the exported PDF document.

See Also

Export to PDF

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace