officefileapi-devexpress-dot-docs-dot-pdf-befb5679.md
Lists values that indicate permission levels of data interaction operations.
Namespace : DevExpress.Docs.Pdf
Assembly : DevExpress.Docs.Core.v25.2.dll
NuGet Package : DevExpress.Docs.Core
public enum DocumentInteractivityPermissions
Public Enum DocumentInteractivityPermissions
| Name | Description |
|---|---|
NotAllowed |
Prohibit all interactive operations (add or modify text annotations, fill in interactive form fields, and create or modify interactive form fields) in the PDF document.
|
| FormFillAndSign |
Permit only filling in existing form fields and applying signatures.
|
| Allowed |
Permit interactive operations (add or modify text annotations, fill in interactive form fields, and create or modify interactive form fields) in a PDF document.
|
The following properties accept/return DocumentInteractivityPermissions values:
See Also