asposecells.api

Class PdfSecurityOptions

Settings of pdf when converting excel to pdf, PDF/A does not allow security setting.

Constructor Summary
PdfSecurityOptions()
The constructor of PdfSecurityOptions
 
Property Getters/Setters Summary
methodgetAccessibilityExtractContent()
method
           Permission to copy or extract content (in support of accessibility to disabled users or for other purposes).
methodgetAnnotationsPermission()
method
           Permission to comment on the document.
methodgetAssembleDocumentPermission()
method
           Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.
methodgetExtractContentPermission()
method
           Permission to copy or extract content.
methodgetExtractContentPermissionObsolete()
method
           Permission to copy or extract content Obsoleted according to PDF reference.
methodgetFillFormsPermission()
method
           Permission to fill the form fields.
methodgetFullQualityPrintPermission()
method
           Permission to print in high quality.
methodgetModifyDocumentPermission()
method
           Permission to modify pdf document
methodgetOwnerPassword()
method
           Gets or sets the owner password of the document
methodgetPrintPermission()
method
           Permission to print pdf document
methodgetUserPassword()
method
           Gets or sets the user password
 

    • Constructor Detail

      • PdfSecurityOptions

        PdfSecurityOptions()
        The constructor of PdfSecurityOptions
    • Property Getters/Setters Detail

      • getUserPassword/setUserPassword : String 

        String getUserPassword() / setUserPassword(value)
        
        Gets or sets the user password
      • getOwnerPassword/setOwnerPassword : String 

        String getOwnerPassword() / setOwnerPassword(value)
        
        Gets or sets the owner password of the document
      • getPrintPermission/setPrintPermission : boolean 

        boolean getPrintPermission() / setPrintPermission(value)
        
        Permission to print pdf document
      • getModifyDocumentPermission/setModifyDocumentPermission : boolean 

        boolean getModifyDocumentPermission() / setModifyDocumentPermission(value)
        
        Permission to modify pdf document
      • getExtractContentPermissionObsolete/setExtractContentPermissionObsolete : boolean 

        boolean getExtractContentPermissionObsolete() / setExtractContentPermissionObsolete(value)
        
        Permission to copy or extract content Obsoleted according to PDF reference.
      • getAnnotationsPermission/setAnnotationsPermission : boolean 

        boolean getAnnotationsPermission() / setAnnotationsPermission(value)
        
        Permission to comment on the document.
      • getFillFormsPermission/setFillFormsPermission : boolean 

        boolean getFillFormsPermission() / setFillFormsPermission(value)
        
        Permission to fill the form fields.
      • getExtractContentPermission/setExtractContentPermission : boolean 

        boolean getExtractContentPermission() / setExtractContentPermission(value)
        
        Permission to copy or extract content.
      • getAccessibilityExtractContent/setAccessibilityExtractContent : boolean 

        boolean getAccessibilityExtractContent() / setAccessibilityExtractContent(value)
        
        Permission to copy or extract content (in support of accessibility to disabled users or for other purposes).
      • getAssembleDocumentPermission/setAssembleDocumentPermission : boolean 

        boolean getAssembleDocumentPermission() / setAssembleDocumentPermission(value)
        
        Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.
      • getFullQualityPrintPermission/setFullQualityPrintPermission : boolean 

        boolean getFullQualityPrintPermission() / setFullQualityPrintPermission(value)
        
        Permission to print in high quality.