Optional AllowSets the permissions for users to extract or 'copy & paste' content (text and images) from the PDF document for accessibility.
true if users may 'copy and paste' content out of the PDF otherwise, false.
Optional AllowAllow all
Optional AllowSets the permissions for users to annotate the PDF document with comments.
If AllowUserAnnotations is set false, the setOwnerPassword must be set for the security
measure to take effect.
Optional AllowSets the permissions for users to add or insert pages to the PDF document
Optional AllowSets the permissions for users to extract or 'copy & paste' content (text and images) from the PDF document.
If AllowUserCopyPasteContent is set false, the setOwnerPassword must also be set for the security measure to take effect.
true if users may 'copy and paste' content out of the PDF otherwise, false.
Optional AllowSets the permissions for users to fill-in (enter data into) forms in the PDF document. false, the setOwnerPassword must be set for the security
measure to take effect.
If you want to make the form readonly in Adobe Acrobat Reader
please call PdfDocument.MakePdfDocumentReadOnly method or set AllowModify to false
and set setOwnerPassword.
true if users may annotate the PDF document, otherwise false. Setting AllowUserFormData
true will also enable annotations.
Optional AllowGets or sets the permissions for users edit the PDF document. The features to edit the document depends entirely on the PDF client software used by the end user.
If editing rights are restricted, then the setOwnerPassword must be set for the security measure to take effect.
Optional AllowGets or sets the permissions for users to print the PDF document.
If print rights are restricted, then the setOwnerPassword must be set for the security measure to take effect.
Optional AllowIn false user may only print the PDF at low resolution unless they have the Owner password.
Optional NoneNo permissions (restrict all)
Generated using TypeDoc
An interface defining user security settings for a PDF document.Allows the developer to control user
access passwords, encryption, and also who may edit, print and copy content from the PDF document
Implemented in setPermission.