PdfAccessPermissions Enumeration |
PdfAccessPermissions refer to permissions that are allowed within a PDF
document. Permissions are granted by allowing actions rather than
preventing them.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [FlagsAttribute]
public enum PdfAccessPermissions
<FlagsAttribute>
Public Enumeration PdfAccessPermissions
Members
| Member name | Description |
---|
| None |
None
|
| Print |
Allows printing of the document
|
| Modify |
Allows modifications to the document
|
| CopyTextAndGraphics |
Allows text and graphics to be copied from the document
|
| ModifyAnnotationsOrFields |
Allows annotations and fields to be modified
|
| FillFields |
Allows form fields to be filled in
|
| AccessibilityExtractTextAndGraphics |
Allows text and graphics extraction for users with disabilities
|
| AssembleDocument |
Allow the insertion, rotation, or deletion of pages and creation of
bookmarks and thumbnail images.
|
| PrintHighQuality |
Allows the highest possible quality printing of the document possible on the
output device.
|
| Default |
A set of typical default permissions for a document. This includes the
previous permissions.
|
See Also