DocumentModificationPermissions Enum
Lists values that indicate permission levels of document modification operations.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Core.v25.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
Name | Description |
---|---|
NotAllowed
|
Prohibit document modification and assembling. |
DocumentAssembling
|
Allow only document assembling: insert, rotate or delete pages, and create bookmarks on the navigation pane. |
Allowed
|
Permit document modification and assembling. |
Related API Members
The following properties accept/return DocumentModificationPermissions values:
See Also