officefileapi-devexpress-dot-docs-dot-pdf-dot-encryptionoptions-9bba5012.md
Specifies permissions on data extraction operations.
Namespace : DevExpress.Docs.Pdf
Assembly : DevExpress.Docs.Core.v25.2.dll
NuGet Package : DevExpress.Docs.Core
public DocumentDataExtractionPermissions DataExtractionPermissions { get; set; }
Public Property DataExtractionPermissions As DocumentDataExtractionPermissions
| Type | Description |
|---|---|
| DocumentDataExtractionPermissions |
An enumeration value that indicates the permission level.
|
Available values:
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to DataExtractionPermissions |
|---|---|
| PdfExportOptions |
.EncryptionOptions .DataExtractionPermissions
|
See Also