ActiveReports.PdfExport Assembly > DataDynamics.ActiveReports.Export.Pdf Namespace : PdfSecurity Class |
The following tables list the members exposed by PdfSecurity.
Name | Description | |
---|---|---|
Encrypt | Sets or returns a value indicating whether the document is encrypted. | |
OwnerPassword | The owner password to be entered in the reader that permits full access to the document regardless of the specified user permissions. If this value is left null or empty, the user is not granted full permissions to the pdf file security settings. | |
Permissions | Specifies the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination. | |
Use128Bit | Sets or returns a value indicating whether to use 128 bit encryption with full permissions capability. | |
UserPassword | Sets or returns a user password string that can be entered when a user attempts to open the exported PDF in the reader. If this value is left empty, the user will not be prompted for a password, but will be restricted by the specified permissions. |