Skip to main content
A newer version of this page is available. .

PdfExportOptions.PasswordSecurityOptions Property

Provides access to the PDF security options of the document, which require specifying a password.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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
DiagramDesignerControl
.PdfExportOptions .PasswordSecurityOptions
ExportOptionsContainer
.Pdf .PasswordSecurityOptions

Remarks

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

See Also