PdfPasswordSecurityOptions.PermissionsOptions Property
In This Article
Provides access to the PDF permission options of the document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public PdfPermissionsOptions PermissionsOptions { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Permissions |
---|---|
Pdf |
|
#Remarks
The following PDF permission options are available for a document.
- PdfPermissionsOptions.ChangingPermissions;
- PdfPermissionsOptions.EnableCopying;
- PdfPermissionsOptions.EnableScreenReaders;
- PdfPermissionsOptions.PrintingPermissions.
To specify a password for accessing these options, use the PdfPasswordSecurityOptions.PermissionsPassword property.
See Also