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

PdfPasswordSecurityOptions.PermissionsOptions Property

Provides access to the PDF permission options of the document.

Namespace: DevExpress.XtraPrinting

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

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