Skip to main content

ChangingPermissions Enum

Specifies the document changing permissions.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum ChangingPermissions

Members

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.

Related API Members

The following properties accept/return ChangingPermissions values:

See Also