ChangingPermissions Enum
Specifies the document changing permissions.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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