Back to Devexpress

DocumentDataExtractionPermissions Enum

officefileapi-devexpress-dot-docs-dot-pdf-89b36cab.md

latest1.5 KB
Original Source

DocumentDataExtractionPermissions Enum

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

Declaration

csharp
public enum DocumentDataExtractionPermissions
vb
Public Enum DocumentDataExtractionPermissions

Members

NameDescription
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

DevExpress.Docs.Pdf Namespace