Click or drag to resize

ExcelToPdfPdfSecurity Class

Contains details for encrypting and access permissions for a PDF document, such as Password, Permissions etc.
Inheritance Hierarchy
SystemObject
  SautinSoftExcelToPdfPdfSecurity

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 5.6.11.14
Syntax
public class PdfSecurity

The ExcelToPdfPdfSecurity type exposes the following members.

Properties
 NameDescription
Public propertyEncryptionAlgorithm Specifies the encryption algorithm to use. The default value is RC4_40.
Public propertyOwnerPassword Specifies the owner password for the encrypted PDF document.
Public propertyPermissions Specifies the operations that are allowed to a user on an encrypted PDF document. The default value is DisallowAll.
Public propertyUserPassword Specifies the user password required for opening the encrypted PDF document.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also