Back to Devexpress

EncryptionOptions.DataExtractionPermissions Property

officefileapi-devexpress-dot-docs-dot-pdf-dot-encryptionoptions-9bba5012.md

latest2.1 KB
Original Source

EncryptionOptions.DataExtractionPermissions Property

Specifies permissions on data extraction operations.

Namespace : DevExpress.Docs.Pdf

Assembly : DevExpress.Docs.Core.v25.2.dll

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public DocumentDataExtractionPermissions DataExtractionPermissions { get; set; }
vb
Public Property DataExtractionPermissions As DocumentDataExtractionPermissions

Property Value

TypeDescription
DocumentDataExtractionPermissions

An enumeration value that indicates the permission level.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DataExtractionPermissions
PdfExportOptions

.EncryptionOptions .DataExtractionPermissions

|

See Also

EncryptionOptions Class

EncryptionOptions Members

DevExpress.Docs.Pdf Namespace