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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.