Skip to main content
All docs
V25.1
  • EncryptionOptions.DataExtractionPermissions Property

    Specifies permissions on data extraction operations.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DocumentDataExtractionPermissions DataExtractionPermissions { get; set; }

    Property Value

    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.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to DataExtractionPermissions
    PdfExportOptions
    .EncryptionOptions .DataExtractionPermissions

    Remarks

    Restrictions on data extraction, modification, interaction, or printing operations with a document cannot be applied without the owner password (the EncryptionOptions.OwnerPassword property).

    See Also