'Declaration
Public Enum PdfPermissions Inherits System.Enum
'Usage
Dim instance As PdfPermissions
public enum PdfPermissions : System.Enum
'Declaration
Public Enum PdfPermissions Inherits System.Enum
'Usage
Dim instance As PdfPermissions
public enum PdfPermissions : System.Enum
Member | Description |
---|---|
All | Allow all |
AllowAccessibleReaders | Set to permit extracting the text and graphics of the document for accessibility purposes or otherwise (it is most likely for accessibility reasons, but possibly for other “screen reading” purposes) when it is opened with user access permission. This is revision 3 only permission. |
AllowAssembly | Set to permit the following operations when the document is opened with user access permission:Insert, rotate, or delete pages, and create bookmarks or thumbnail images even if AllowModifyContents is false. This is revision 3 only permission. |
AllowCopy | Set to permit copying text or graphics from the document when it is opened with user access permission. This is a revision 2 permission. |
AllowFillIn | Set to permit filling in form fields in the document when it is opened with user access permission. This is revision 3 only permission. |
AllowModifyAnnotations | Set to permit adding or modifying annotations in the document when it is opened with user access permission. This permission is a revision 2 or revision 3 permission. Under revision three, the ability to copy/paste document contents is restricted other than what is specified by bit 10 (AllowAccessibleReaders). |
AllowModifyContents | Set to permit modifying the document’s contents when it is opened with user access permission. Text annotations can still be added or modified. This is a revision 2 permission. |
AllowPrint | Set to permit printing the document when it is opened with user access permission. This is a revision 2 permission. |
None | Set to permit printing the document when it is opened with user access permission. This is a revision 2 permission. |
System.Object
System.ValueType
System.Enum
FarPoint.PDF.PdfPermissions