Spread Windows Forms 12.0 Product Documentation
PdfSecurity Class
Members 


FarPoint.PDF Assembly > FarPoint.PDF Namespace : PdfSecurity Class
Encapsulates the information necessary to provide PDF document security and encryption.
Object Model
PdfSecurity Class
Syntax
'Declaration
 
Public Class PdfSecurity 
'Usage
 
Dim instance As PdfSecurity
public class PdfSecurity 
Remarks
If a user password is supplied the viewer application should prompt for a password. If a user password is not supplied no password will be requested to open the document. By correctly supplying either the user password or the owner password, the user will be able to open the document, decrypt it, and display it on the screen. Whether additional operations are allowed on a decrypted document depends on which password (if any) was supplied when the document was opened and on any access restrictions specified using this class's Permissions property.
Inheritance Hierarchy

System.Object
   FarPoint.PDF.PdfSecurity

See Also

Reference

PdfSecurity Members
FarPoint.PDF Namespace