Skip to main content
All docs
V25.1
  • DocumentDataExtractionPermissions Enum

    Lists values that indicate permission levels of data extraction operations.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum DocumentDataExtractionPermissions

    Members

    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.

    Related API Members

    The following properties accept/return DocumentDataExtractionPermissions values:

    See Also