Table of Contents
PdfDocumentPermissions Enumeration

Specifies permissions for a PdfDocument.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum PdfDocumentPermissions
Members
Member Name Description Value
None No permissions. 0
Printing Allows printing. 4
ModifyingContents Allows modifying page contents. 8
CopyingContents Allows copying page contents such as text and images. 16
Commenting Allows adding text annotation. 32
FillingFormFields Allows filling in form fields. 256
CopyingContentsForAccessibility Allows copying page contents such as text and images for in support of accessibility to users with disabilities. 512
AssembingDocument Allows inserting, rotating or deleting pages or bookmarks. 1024
HighQualityPrinting Allows printing high quality output. Without this flag printing is limited to a low-level representation of the appearance, possibly of degraded quality. 2048
All Allow all permissions. 3900
See Also