Back to Devexpress

PdfPasswordSecurityOptions.PermissionsOptions Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfpasswordsecurityoptions-76cdddb4.md

latest2.6 KB
Original Source

PdfPasswordSecurityOptions.PermissionsOptions Property

Provides access to the PDF permission options of the document.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public PdfPermissionsOptions PermissionsOptions { get; }
vb
Public ReadOnly Property PermissionsOptions As PdfPermissionsOptions

Property Value

TypeDescription
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 TypePath 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

PermissionsPassword

PdfPasswordSecurityOptions Class

PdfPasswordSecurityOptions Members

DevExpress.XtraPrinting Namespace