Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PdfSecurityOptions Class
Properties

In This Topic
    PdfSecurityOptions Class Members
    In This Topic

    The following tables list the members exposed by PdfSecurityOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images. The default value is true. If you want to prevent a user from inserting/rotating/deleting pages , you need to set ModifyDocumentPermission = false as well.  
    Public Property Permission to copy or extract content. The default value is true.  
    Public Property Permission to fill the form fields. The default value is true. If you want to prevent a user from filling in interactive form fields, you need to set ModifyAnnotationsPermission = false as well.  
    Public Property Permission to print in high quality. The default value is true.  
    Public Property Permission to modify text annotations and fill the form fields. The default value is true.  
    Public Property Permission to modify pdf document. The default value is true.  
    Public Property Gets or sets the owner password of the document.  
    Public Property Permission to print pdf document. The default value is true.  
    Public Property Gets or sets the user password.  
    Top
    See Also