Back to Devexpress

PdfPermissionsOptions.ChangingPermissions Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfpermissionsoptions-790e691a.md

latest2.3 KB
Original Source

PdfPermissionsOptions.ChangingPermissions Property

Specifies the permissions for changing the exported PDF document.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(ChangingPermissions.None)]
public ChangingPermissions ChangingPermissions { get; set; }
vb
<DefaultValue(ChangingPermissions.None)>
Public Property ChangingPermissions As ChangingPermissions

Property Value

TypeDefaultDescription
ChangingPermissionsNone

A ChangingPermissions object, that contains the changing permissions.

|

Available values:

NameDescription
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 TypePath to ChangingPermissions
PdfPasswordSecurityOptions

.PermissionsOptions .ChangingPermissions

|

See Also

PdfPermissionsOptions Class

PdfPermissionsOptions Members

DevExpress.XtraPrinting Namespace