The PdfSecurity type exposes the following members.

Constructors

  Name Description
Public method PdfSecurity
Initializes a new instance of the PdfSecurity class.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another PdfSecurity to the current object.

Properties

  Name Description
Public property AllowCopyContent
Gets or sets a value indicating whether the user can copy contents of the PDF document.
Public property AllowEditAnnotations
Gets or sets whether the user can edit annotations in the PDF document.
Public property AllowEditContent
Gets or sets a value indicating whether the user can edit the contents of the PDF document.
Public property AllowPrint
Gets or sets a value indicating whether the user can print the PDF document.
Public property OwnerPassword
Gets or sets the password required to change permissions for the PDF document.
Public property UserPassword
Gets or sets the password required to open the PDF document.

See Also