Skip to main content

PdfExportOptions.PasswordSecurityOptions Property

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
PdfPasswordSecurityOptions

A PdfPasswordSecurityOptions object, representing the security options.

#Property Paths

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

#Remarks

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

See Also