Back to Devexpress

DocumentInteractivityPermissions Enum

officefileapi-devexpress-dot-docs-dot-pdf-befb5679.md

latest1.5 KB
Original Source

DocumentInteractivityPermissions Enum

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

Declaration

csharp
public enum DocumentInteractivityPermissions
vb
Public Enum DocumentInteractivityPermissions

Members

NameDescription
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

DevExpress.Docs.Pdf Namespace