officefileapi-devexpress-dot-docs-dot-pdf-89b36cab.md
Lists values that indicate permission levels of data extraction operations.
Namespace : DevExpress.Docs.Pdf
Assembly : DevExpress.Docs.Core.v25.2.dll
NuGet Package : DevExpress.Docs.Core
public enum DocumentDataExtractionPermissions
Public Enum DocumentDataExtractionPermissions
| Name | Description |
|---|---|
NotAllowed |
Prohibit data extraction operations (copy content, extract text and graphics from a document) including access to software that uses assistive technologies.
|
| Accessibility |
Allow PDF Viewers to access document contents by using Viewer accessibility features.
|
| Allowed |
Permit data extraction operations (copy content or extract text and graphics from the document) including access for the software that uses assistive technologies.
|
The following properties accept/return DocumentDataExtractionPermissions values:
See Also