aspose.cells

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
functiongetAccessibilityExtractContent()
function
           Permission to copy or extract content (in support of accessibility to disabled users or for other purposes).
functiongetAnnotationsPermission()
function
           Permission to comment on the document.
functiongetAssembleDocumentPermission()
function
           Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images even if ModifyDocumentPermission is not set.
functiongetExtractContentPermission()
function
           Permission to copy or extract content.
functiongetExtractContentPermissionObsolete()
function
           Permission to copy or extract content Obsoleted according to PDF reference.
functiongetFillFormsPermission()
function
           Permission to fill the form fields.
functiongetFullQualityPrintPermission()
function
           Permission to print in high quality.
functiongetModifyDocumentPermission()
function
           Permission to modify pdf document
functiongetOwnerPassword()
function
           Gets or sets the owner password of the document
functiongetPrintPermission()
function
           Permission to print pdf document
functiongetUserPassword()
function
           Gets or sets the user password
 

    • Constructor Detail

      • PdfSecurityOptions

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

      • getUserPassword/setUserPassword : String 

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

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

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

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

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

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

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

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

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

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

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