PdfDocumentDataExtractionPermissions Enum
Lists the values specifying permissions that are used to restrict or allow access to data extraction operations.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v19.2.Core.dll
Declaration
public enum PdfDocumentDataExtractionPermissions
Public Enum PdfDocumentDataExtractionPermissions
Members
Name |
Description |
Allow PDF Viewers to access document contents by using the Viewer's accessibility features.
|
Permit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies.
|
Prohibit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies.
|
See Also