PdfPermissionsOptions.ChangingPermissions Property
Specifies the permissions for changing the exported PDF document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
ChangingPermissions | A ChangingPermissions object, that contains the changing permissions. |
Available values:
Name | Description |
---|---|
None | Specifies that no changes are permitted to the PDF document. |
InsertingDeletingRotating | Permits inserting, deleting and rotating the PDF document’s pages. |
FillingSigning | Permits filling in form fields and signing existing signature fields for the PDF document. |
CommentingFillingSigning | Permits commenting, filling in form fields, and signing existing signature fields for the PDF document. |
AnyExceptExtractingPages | Permits any changes for the PDF document, except extracting its pages. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ChangingPermissions |
---|---|
PdfPasswordSecurityOptions |
|