ActiveReports.PdfExport Request technical support
PdfSecurity Class Members
See Also  Properties 


The following tables list the members exposed by PdfSecurity.

Public Properties

 NameDescription
Public PropertyEncryptSets or returns a value indicating whether the document is encrypted.  
Public PropertyOwnerPasswordThe owner password to be entered in the reader that permits full access to the document regardless of the specified user permissions.  
Public PropertyPermissionsSpecifies the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination.  
Public PropertyUse128BitSets or returns a value indicating whether to use 128 bit encryption with full permissions capability.  
Public PropertyUserPasswordSets 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.  
Top

See Also