Skip to main content

PdfPasswordSecurityOptions.PermissionsOptions Property

Provides access to the PDF permission options of the document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public PdfPermissionsOptions PermissionsOptions { get; }

Property Value

Type Description
PdfPermissionsOptions

A PdfPermissionsOptions object, representing the security permission options for the exported PDF document.

Property Paths

You can access this nested property as listed below:

Object Type Path to PermissionsOptions
PdfExportOptions
.PasswordSecurityOptions .PermissionsOptions

Remarks

The following PDF permission options are available for a document.

To specify a password for accessing these options, use the PdfPasswordSecurityOptions.PermissionsPassword property.

See Also